Status: Pass 207 Failure 9 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.test_volumes_snapshots_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotListTestJSON) |
fail
ft1.1: setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 126, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, 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 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, 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 376, 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.57', 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
ft2.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 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: None, <traceback object at 0x7fa7989047c0>) |
||||||
tearDownClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft3.1: tearDownClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, 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, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fd22b551400>) |
||||||
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
pt4.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
ft4.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-02 09:34:59,052 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes 0.443s 2022-09-02 09:34:59,052 128281 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-1026438001"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53a0c92d-263a-4f7b-9e81-e0678d95b2e0', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53a0c92d-263a-4f7b-9e81-e0678d95b2e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:58.791042", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-02 09:34:59,103 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.040s 2022-09-02 09:34:59,103 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-928eb294-5c71-401e-877e-86d9d3a8bc23', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-928eb294-5c71-401e-877e-86d9d3a8bc23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:35:00,409 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.294s 2022-09-02 09:35:00,409 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf2b84ca-82e2-47e2-94ac-dde6bb3436be', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf2b84ca-82e2-47e2-94ac-dde6bb3436be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:35:00.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:35:00,420 128281 INFO [tempest.common.waiters] volume 6aefd94e-dc9d-4a48-9b8a-97e273701412 reached available after waiting for 1.420067 seconds 2022-09-02 09:35:00,431 128281 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-02 09:35:00,683 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.57/compute/v2.1/os-keypairs 0.249s 2022-09-02 09:35:00,684 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-160664394", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLLHv/Nub91GKNLs9oyitrOKCP+dZwm8X9/+SH+WM/FJGCajmtPtMsbZZzUwsAyg1lCAT5X1aUvR7/ACidqd/kiHPGR6KcISIjkMyjVDGfbvmPU3OJLIUXh3XJ+RdEZ4Mg=="}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c86714de-62c7-4c2e-bc2b-fe8f16b9fbd0', 'x-compute-request-id': 'req-c86714de-62c7-4c2e-bc2b-fe8f16b9fbd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-160664394", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLLHv/Nub91GKNLs9oyitrOKCP+dZwm8X9/+SH+WM/FJGCajmtPtMsbZZzUwsAyg1lCAT5X1aUvR7/ACidqd/kiHPGR6KcISIjkMyjVDGfbvmPU3OJLIUXh3XJ+RdEZ4Mg==", "fingerprint": "af:51:ea:9c:50:c9:4b:1e:67:1b:05:fd:36:3f:7f:82", "user_id": "c79aaf1f72634eefb5e89c8005afe54b"}}' 2022-09-02 09:35:00,686 128281 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-160664394 created 2022-09-02 09:35:00,993 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.57:9696/networking/v2.0/security-groups 0.305s 2022-09-02 09:35:00,993 128281 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--1154871948", "description": "tempest-description--151895289"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e445976b-9141-4661-b1cb-bd3b7539f902', 'date': 'Fri, 02 Sep 2022 09:35:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0ffe7788-49ee-4938-8aad-7ef271919301", "name": "tempest-securitygroup--1154871948", "stateful": true, "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "description": "tempest-description--151895289", "shared": false, "security_group_rules": [{"id": "396a2859-7bf8-46ee-a4f8-431823e7935f", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "security_group_id": "0ffe7788-49ee-4938-8aad-7ef271919301", "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": 406, "description": null, "tags": [], "created_at": "2022-09-02T09:35:00Z", "updated_at": "2022-09-02T09:35:00Z", "revision_number": 0, "project_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}, {"id": "d2b5f4cc-2e8b-4add-a7eb-30c692fa636a", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "security_group_id": "0ffe7788-49ee-4938-8aad-7ef271919301", "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": 405, "description": null, "tags": [], "created_at": "2022-09-02T09:35:00Z", "updated_at": "2022-09-02T09:35:00Z", "revision_number": 0, "project_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}], "tags": [], "created_at": "2022-09-02T09:35:00Z", "updated_at": "2022-09-02T09:35:00Z", "revision_number": 1, "project_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:35:01,322 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.328s 2022-09-02 09:35:01,323 128281 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": "0ffe7788-49ee-4938-8aad-7ef271919301", "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-20086952-6221-466b-bcaf-d5a0d55df5a7', 'date': 'Fri, 02 Sep 2022 09:35:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b5385095-02fb-4b76-a3cc-545c8ac03d97", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "security_group_id": "0ffe7788-49ee-4938-8aad-7ef271919301", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:35:01Z", "updated_at": "2022-09-02T09:35:01Z", "revision_number": 0, "project_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:35:01,681 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.358s 2022-09-02 09:35:01,682 128281 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": "0ffe7788-49ee-4938-8aad-7ef271919301", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8b923ce4-61a0-488f-979d-ec2bb58167f6', 'date': 'Fri, 02 Sep 2022 09:35:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6fb57b47-fa43-4311-b90e-676fdb5de3ad", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "security_group_id": "0ffe7788-49ee-4938-8aad-7ef271919301", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:35:01Z", "updated_at": "2022-09-02T09:35:01Z", "revision_number": 0, "project_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:35:01,682 128281 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1154871948 created 2022-09-02 09:35:02,950 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.57:9696/networking/v2.0/floatingips 1.267s 2022-09-02 09:35:02,951 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-d784e959-6538-46e7-9ec7-0ccebd9da2bb', 'date': 'Fri, 02 Sep 2022 09:35:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c9a318a5-d705-45be-9340-3ba51ef4c1e9", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "floating_ip_address": "172.27.3.94", "floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-02T09:35:02Z", "updated_at": "2022-09-02T09:35:02Z", "revision_number": 0}}' 2022-09-02 09:35:02,951 128281 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c9a318a5-d705-45be-9340-3ba51ef4c1e9', 'tenant_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'floating_ip_address': '172.27.3.94', 'floating_network_id': '56cab638-3310-4894-9396-1b737a9e8217', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-02T09:35:02Z', 'updated_at': '2022-09-02T09:35:02Z', 'revision_number': 0, 'ip': '172.27.3.94'} created 2022-09-02 09:35:03,035 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.57/identity/v3/auth/tokens 0.078s 2022-09-02 09:35:03,035 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-86cfb1ea-ff72-418f-aa94-ca1f02df9b20', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c79aaf1f72634eefb5e89c8005afe54b", "name": "tempest-ServerRescueNegativeTestJSON-1245485257-project", "password_expires_at": null}, "audit_ids": ["NlINKftVQ2eJBjVNlZauvQ"], "expires_at": "2022-09-02T10:35:02.000000Z", "issued_at": "2022-09-02T09:35:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2945ae512e14bfbb7d02dedc4de7cd4", "name": "tempest-ServerRescueNegativeTestJSON-1245485257"}, "is_domain": false, "roles": [{"id": "b381d11646e54d1197676600202a6144", "name": "reader"}, {"id": "efe6bdd5112340b48b262ceafbc19c04", "name": "member"}], "catalog": [{"endpoints": [{"id": "abfa66729ad0412da987e4b30449129d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/identity", "region": "RegionOne"}], "id": "0490240d56d342b2a50d12d751254d8d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "775e9981bdfd4c32b853a5a7ce4396b8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:9696/networking", "region": "RegionOne"}], "id": "08527b54fc994606a0aa2185f037197d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2fb8b6dacbef4a429bde47682556ef6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4", "region": "RegionOne"}], "id": "15c4fcaa94814cb2b4366dbc308e3e2b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d67aa037ef1f4b9587480e651ac6f85d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2.1", "region": "RegionOne"}], "id": "2bea28b9432f4cfaaf9d3312ed015958", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "d73e8a41961440d6903228f898d59074", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4", "region": "RegionOne"}], "id": "5dc199dbac524f63863d8023d939dc0a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b3b50dffb8f148b5b771db878fb46b17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/placement", "region": "RegionOne"}], "id": "a07dcccfe4614246bb5a9cbaa7f64715", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8ecd6ea770874ce0bb5005132b1ffc16", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2/c2945ae512e14bfbb7d02dedc4de7cd4", "region": "RegionOne"}], "id": "bfc863ccf942426dbd507a6356d0d604", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4ec69de97a004dcea0c105e5f2a251ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:8080/v1/AUTH_c2945ae512e14bfbb7d02dedc4de7cd4", "region": "RegionOne"}, {"id": "62d4f667eaa44f32a5b40e8ff89a514e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.57:8080", "region": "RegionOne"}], "id": "c9cb416f214a46ad9571659959580616", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81d5cc6d1b644b0f9fae0968c4704a6c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/image", "region": "RegionOne"}], "id": "fe0412e5a25e44f4a5f55dd77d1611aa", "type": "image", "name": "glance"}]}}' 2022-09-02 09:35:03,036 128281 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': '6039bcf1-9eb4-424a-b518-61e41a24db11', 'name': 'tempest-ServerRescueNegativeTestJSON-1519657590-network', 'tenant_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 697, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-02T09:32:27Z', 'updated_at': '2022-09-02T09:32:27Z', 'revision_number': 1} available for tenant 2022-09-02 09:35:03,036 128281 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-160664394', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLLHv/Nub91GKNLs9oyitrOKCP+dZwm8X9/+SH+WM/FJGCajmtPtMsbZZzUwsAyg1lCAT5X1aUvR7/ACidqd/kiHPGR6KcISIjkMyjVDGfbvmPU3OJLIUXh3XJ+RdEZ4Mg==', 'fingerprint': 'af:51:ea:9c:50:c9:4b:1e:67:1b:05:fd:36:3f:7f:82', 'user_id': 'c79aaf1f72634eefb5e89c8005afe54b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB2M4kpJtVp6AXNJaiFi6kiIwe0TUZG2cwiVnWXlVeGvsuBQq+16fHe\n8hu8oCsKvACgBwYFK4EEACKhZANiAASyx7/zbm/dRijS7PaMorazigj/nWcJvF/f\n/kh/ljPxSRgmo5rT7TLG2Wc1MLAMoNZQgE+V9WlL0e/wAonanf5IhzxkeinCEiI5\nDMo1Qxn275j1NziSyFF4d1yfkXRGeDI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0ffe7788-49ee-4938-8aad-7ef271919301', 'name': 'tempest-securitygroup--1154871948', 'stateful': True, 'tenant_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'description': 'tempest-description--151895289', 'shared': False, 'security_group_rules': [{'id': '396a2859-7bf8-46ee-a4f8-431823e7935f', 'tenant_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'security_group_id': '0ffe7788-49ee-4938-8aad-7ef271919301', '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': 406, 'description': None, 'tags': [], 'created_at': '2022-09-02T09:35:00Z', 'updated_at': '2022-09-02T09:35:00Z', 'revision_number': 0, 'project_id': 'c2945ae512e14bfbb7d02dedc4de7cd4'}, {'id': 'd2b5f4cc-2e8b-4add-a7eb-30c692fa636a', 'tenant_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'security_group_id': '0ffe7788-49ee-4938-8aad-7ef271919301', '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': 405, 'description': None, 'tags': [], 'created_at': '2022-09-02T09:35:00Z', 'updated_at': '2022-09-02T09:35:00Z', 'revision_number': 0, 'project_id': 'c2945ae512e14bfbb7d02dedc4de7cd4'}], 'tags': [], 'created_at': '2022-09-02T09:35:00Z', 'updated_at': '2022-09-02T09:35:00Z', 'revision_number': 1, 'project_id': 'c2945ae512e14bfbb7d02dedc4de7cd4'}, 'floating_ip': {'id': 'c9a318a5-d705-45be-9340-3ba51ef4c1e9', 'tenant_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'floating_ip_address': '172.27.3.94', 'floating_network_id': '56cab638-3310-4894-9396-1b737a9e8217', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-02T09:35:02Z', 'updated_at': '2022-09-02T09:35:02Z', 'revision_number': 0, 'ip': '172.27.3.94'}} 2022-09-02 09:35:03,677 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.57/compute/v2.1/servers 0.640s 2022-09-02 09:35:03,677 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "imageRef": "5629e487-43fb-4fae-9f63-5bd7dca44758", "flavorRef": "452", "adminPass": "V9@J4BYPk6GPYxF", "networks": [{"uuid": "6039bcf1-9eb4-424a-b518-61e41a24db11"}], "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "key_name": "tempest-keypair-160664394", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '409', 'location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a5ec576-ecc3-4534-960c-881be6722b6a', 'x-compute-request-id': 'req-6a5ec576-ecc3-4534-960c-881be6722b6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/servers'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "adminPass": "V9@J4BYPk6GPYxF"}}' 2022-09-02 09:35:03,760 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.079s 2022-09-02 09:35:03,760 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1245', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-649c30d6-7ba6-4c41-83a0-8263c4e30bed', 'x-compute-request-id': 'req-649c30d6-7ba6-4c41-83a0-8263c4e30bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:04Z", "updated": "2022-09-02T09:35:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:04,866 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.093s 2022-09-02 09:35:04,866 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1389766a-bac3-41e8-9391-ba1bd2521118', 'x-compute-request-id': 'req-1389766a-bac3-41e8-9391-ba1bd2521118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:05,975 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.096s 2022-09-02 09:35:05,975 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c9282c5-32a1-4c32-a721-aa48ce37aa69', 'x-compute-request-id': 'req-6c9282c5-32a1-4c32-a721-aa48ce37aa69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:07,085 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.097s 2022-09-02 09:35:07,085 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1241', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90b82d6f-a9fb-4e55-a12b-940d33a07c62', 'x-compute-request-id': 'req-90b82d6f-a9fb-4e55-a12b-940d33a07c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:07,097 128281 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-09-02 09:35:08,200 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.101s 2022-09-02 09:35:08,200 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1297', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-702ef947-44cc-457b-822b-a10b65969734', 'x-compute-request-id': 'req-702ef947-44cc-457b-822b-a10b65969734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:09,679 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.467s 2022-09-02 09:35:09,680 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04f46e4b-5826-4a9a-a7c5-6679c79566a2', 'x-compute-request-id': 'req-04f46e4b-5826-4a9a-a7c5-6679c79566a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:09,691 128281 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2022-09-02 09:35:10,886 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.193s 2022-09-02 09:35:10,886 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3830766c-3c0a-44ce-8d6a-dbee0da7b5d7', 'x-compute-request-id': 'req-3830766c-3c0a-44ce-8d6a-dbee0da7b5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:12,062 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.163s 2022-09-02 09:35:12,062 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c930dd8d-1ba7-45fb-9314-fe7404247d1a', 'x-compute-request-id': 'req-c930dd8d-1ba7-45fb-9314-fe7404247d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:13,232 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.157s 2022-09-02 09:35:13,232 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1966539f-3666-466a-a562-31a31641c754', 'x-compute-request-id': 'req-1966539f-3666-466a-a562-31a31641c754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:14,440 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.196s 2022-09-02 09:35:14,451 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bebd34d0-5d37-4c94-995e-9c23996d80d2', 'x-compute-request-id': 'req-bebd34d0-5d37-4c94-995e-9c23996d80d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:15,630 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.165s 2022-09-02 09:35:15,630 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f2fd49c-1e79-4df8-9192-4ce6dc790ad9', 'x-compute-request-id': 'req-9f2fd49c-1e79-4df8-9192-4ce6dc790ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:16,812 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.169s 2022-09-02 09:35:16,816 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc05b711-b466-475d-857e-75671a724a5c', 'x-compute-request-id': 'req-dc05b711-b466-475d-857e-75671a724a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:17,990 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.161s 2022-09-02 09:35:17,991 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f962cd5c-8cca-4909-a93b-fb6fed27da00', 'x-compute-request-id': 'req-f962cd5c-8cca-4909-a93b-fb6fed27da00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:19,167 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.161s 2022-09-02 09:35:19,168 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62527a77-b570-4817-a78d-c1f4aeaeeb9d', 'x-compute-request-id': 'req-62527a77-b570-4817-a78d-c1f4aeaeeb9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:20,355 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.174s 2022-09-02 09:35:20,355 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44d28424-ecfd-4a5d-80e7-bd9e9f325b5c', 'x-compute-request-id': 'req-44d28424-ecfd-4a5d-80e7-bd9e9f325b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:21,534 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.166s 2022-09-02 09:35:21,534 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2cff529-8ac0-4001-93ff-fa405b2d9419', 'x-compute-request-id': 'req-c2cff529-8ac0-4001-93ff-fa405b2d9419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:22,704 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.157s 2022-09-02 09:35:22,704 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-264562ab-03fb-4504-9070-a4bdda2638cf', 'x-compute-request-id': 'req-264562ab-03fb-4504-9070-a4bdda2638cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:23,880 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.162s 2022-09-02 09:35:23,881 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd839a4d-301c-49fc-9d2e-a7c12bfcea5b', 'x-compute-request-id': 'req-dd839a4d-301c-49fc-9d2e-a7c12bfcea5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:25,054 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.161s 2022-09-02 09:35:25,055 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de03646f-a498-4878-ad35-f03d5c35b777', 'x-compute-request-id': 'req-de03646f-a498-4878-ad35-f03d5c35b777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:26,225 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.158s 2022-09-02 09:35:26,226 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-148cebac-1e91-4b15-936a-c7304337b9d0', 'x-compute-request-id': 'req-148cebac-1e91-4b15-936a-c7304337b9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:27,397 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.159s 2022-09-02 09:35:27,398 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12623764-00da-46fd-9220-6da0ec3d8066', 'x-compute-request-id': 'req-12623764-00da-46fd-9220-6da0ec3d8066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:28,573 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.158s 2022-09-02 09:35:28,573 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af94e720-0d00-4ca2-b16e-aded31e6e958', 'x-compute-request-id': 'req-af94e720-0d00-4ca2-b16e-aded31e6e958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:29,762 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.176s 2022-09-02 09:35:29,762 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-458b9132-27eb-4533-bb01-ae2ea07969d7', 'x-compute-request-id': 'req-458b9132-27eb-4533-bb01-ae2ea07969d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:30,966 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.191s 2022-09-02 09:35:30,966 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-055babb7-7869-4426-a137-01426f900203', 'x-compute-request-id': 'req-055babb7-7869-4426-a137-01426f900203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:32,157 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.176s 2022-09-02 09:35:32,162 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18ca6dc2-9123-4f4b-88a0-dd9a4bc520e1', 'x-compute-request-id': 'req-18ca6dc2-9123-4f4b-88a0-dd9a4bc520e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:33,344 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.169s 2022-09-02 09:35:33,344 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd7a210c-eaf4-4756-a156-f6acb6583abb', 'x-compute-request-id': 'req-cd7a210c-eaf4-4756-a156-f6acb6583abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:34,515 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.159s 2022-09-02 09:35:34,516 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-325a37b8-cf21-4135-8ad8-0ba13710350f', 'x-compute-request-id': 'req-325a37b8-cf21-4135-8ad8-0ba13710350f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:35,687 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.160s 2022-09-02 09:35:35,688 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c29ba480-6d05-4681-98f6-8ef15d6d5a03', 'x-compute-request-id': 'req-c29ba480-6d05-4681-98f6-8ef15d6d5a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:36,868 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.167s 2022-09-02 09:35:36,869 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef03d0cd-cb2a-4dd9-91f0-9c52431f818a', 'x-compute-request-id': 'req-ef03d0cd-cb2a-4dd9-91f0-9c52431f818a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:38,047 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.166s 2022-09-02 09:35:38,048 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9dc9f56-9cef-4cc3-9720-f1fe37e2f341', 'x-compute-request-id': 'req-e9dc9f56-9cef-4cc3-9720-f1fe37e2f341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:39,229 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.169s 2022-09-02 09:35:39,230 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3197d98b-243a-4667-a83a-a4dfe41662ef', 'x-compute-request-id': 'req-3197d98b-243a-4667-a83a-a4dfe41662ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:40,398 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.156s 2022-09-02 09:35:40,399 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34a1a4b7-0c94-4cce-a30d-2eef75265e14', 'x-compute-request-id': 'req-34a1a4b7-0c94-4cce-a30d-2eef75265e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:41,792 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.381s 2022-09-02 09:35:41,792 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e599ca9a-9c18-46aa-a442-003e619e7bb3', 'x-compute-request-id': 'req-e599ca9a-9c18-46aa-a442-003e619e7bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:42,955 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.150s 2022-09-02 09:35:42,955 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fabdf1e-d5b5-4dac-a0c2-8cac0d21de1f', 'x-compute-request-id': 'req-4fabdf1e-d5b5-4dac-a0c2-8cac0d21de1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:44,141 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.173s 2022-09-02 09:35:44,141 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db667aab-9644-4989-b2ab-33ac043c9335', 'x-compute-request-id': 'req-db667aab-9644-4989-b2ab-33ac043c9335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:45,308 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.154s 2022-09-02 09:35:45,308 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dd4da1c-6ca8-41d3-926c-4207280c66e7', 'x-compute-request-id': 'req-3dd4da1c-6ca8-41d3-926c-4207280c66e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:46,474 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.153s 2022-09-02 09:35:46,475 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-839d0fa2-c6ad-47a8-94df-dd4928629075', 'x-compute-request-id': 'req-839d0fa2-c6ad-47a8-94df-dd4928629075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "BUILD", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:47,652 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.165s 2022-09-02 09:35:47,652 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43dec96a-b10e-4a7d-b6c4-45b38b313a3b', 'x-compute-request-id': 'req-43dec96a-b10e-4a7d-b6c4-45b38b313a3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:35:47Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:47,664 128281 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 44 second wait 2022-09-02 09:35:47,762 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-interface 0.097s 2022-09-02 09:35:47,762 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28754199-6c79-48a0-9a21-e7b1861a2b18', 'x-compute-request-id': 'req-28754199-6c79-48a0-9a21-e7b1861a2b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "6039bcf1-9eb4-424a-b518-61e41a24db11", "port_id": "72e00e01-0226-481d-9c3e-f109d75f21d1", "mac_addr": "fa:16:3e:51:7e:42", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "acc93c67-5217-4fb9-b38d-b31981c9e355", "ip_address": "172.20.0.7"}]}]}' 2022-09-02 09:35:49,308 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://10.222.0.57:9696/networking/v2.0/floatingips/c9a318a5-d705-45be-9340-3ba51ef4c1e9 1.541s 2022-09-02 09:35:49,309 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "72e00e01-0226-481d-9c3e-f109d75f21d1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-1cf74fa7-2ea3-42d1-b0ee-0a8fe91c5bf2', 'date': 'Fri, 02 Sep 2022 09:35:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/floatingips/c9a318a5-d705-45be-9340-3ba51ef4c1e9'} Body: b'{"floatingip": {"id": "c9a318a5-d705-45be-9340-3ba51ef4c1e9", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "floating_ip_address": "172.27.3.94", "floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217", "router_id": "561016ad-fd9d-40f3-b8ad-84d96d8a1e6b", "port_id": "72e00e01-0226-481d-9c3e-f109d75f21d1", "fixed_ip_address": "172.20.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "6039bcf1-9eb4-424a-b518-61e41a24db11", "mac_address": "fa:16:3e:51:7e:42", "admin_state_up": true, "status": "ACTIVE", "device_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-02T09:35:02Z", "updated_at": "2022-09-02T09:35:48Z", "revision_number": 1, "project_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:35:49,310 128281 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.94:22' as 'ubuntu' with public key authentication 2022-09-02 09:35:53,339 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 1. Retry after 2 seconds. 2022-09-02 09:35:58,907 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 2. Retry after 3 seconds. 2022-09-02 09:36:05,467 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 3. Retry after 4 seconds. 2022-09-02 09:36:13,050 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 4. Retry after 5 seconds. 2022-09-02 09:36:21,626 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 5. Retry after 6 seconds. 2022-09-02 09:36:31,194 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 6. Retry after 7 seconds. 2022-09-02 09:36:38,705 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 7. Retry after 8 seconds. 2022-09-02 09:36:47,212 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 8. Retry after 9 seconds. 2022-09-02 09:36:56,723 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 9. Retry after 10 seconds. 2022-09-02 09:37:07,232 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 10. Retry after 11 seconds. 2022-09-02 09:37:18,743 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 11. Retry after 12 seconds. 2022-09-02 09:37:31,280 128281 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:37:31,461 128281 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:37:31,462 128281 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.94 successfully created 2022-09-02 09:37:32,776 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 1.314s 2022-09-02 09:37:32,777 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:31 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-aa72a04a-29d6-4e8d-a7a2-1c4936200970', 'x-compute-request-id': 'req-aa72a04a-29d6-4e8d-a7a2-1c4936200970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "device": "/dev/sdb"}}' 2022-09-02 09:37:32,824 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:37:32,825 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff58fb1-db6e-4c1d-b4ae-7c93fcd99007', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff58fb1-db6e-4c1d-b4ae-7c93fcd99007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:33,895 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.059s 2022-09-02 09:37:33,895 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5209bec0-6fd3-4d8b-a77e-981b053d5b72', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5209bec0-6fd3-4d8b-a77e-981b053d5b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:34,955 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.047s 2022-09-02 09:37:34,956 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d586cd30-04a3-4529-a28a-077560b34219', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d586cd30-04a3-4529-a28a-077560b34219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:36,028 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.060s 2022-09-02 09:37:36,028 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f2ed28-d270-4ecc-bd19-bf78e2398193', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f2ed28-d270-4ecc-bd19-bf78e2398193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:37,096 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.055s 2022-09-02 09:37:37,096 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f515c6-3882-4505-93aa-e8dbfd06c35f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54f515c6-3882-4505-93aa-e8dbfd06c35f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:38,163 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.055s 2022-09-02 09:37:38,163 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db81ec7-6f55-4116-bcb5-ea01637efd1c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db81ec7-6f55-4116-bcb5-ea01637efd1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:39,251 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.075s 2022-09-02 09:37:39,251 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637d0d8c-708b-4acf-a02f-ba2477920e1a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637d0d8c-708b-4acf-a02f-ba2477920e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:40,328 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.062s 2022-09-02 09:37:40,329 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c0ad608-0e75-41d6-b944-d289267a5bd2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c0ad608-0e75-41d6-b944-d289267a5bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:41,387 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.046s 2022-09-02 09:37:41,388 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebb14a71-8682-4c3b-810f-387f692ea1c9', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebb14a71-8682-4c3b-810f-387f692ea1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:42,448 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.048s 2022-09-02 09:37:42,449 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d96153f7-080f-41e7-89dd-6c121bdc3da4', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d96153f7-080f-41e7-89dd-6c121bdc3da4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:43,518 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.058s 2022-09-02 09:37:43,519 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09426747-1534-4986-9a06-e08421a68643', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09426747-1534-4986-9a06-e08421a68643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:44,579 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.048s 2022-09-02 09:37:44,579 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88df211-2e2c-4da7-b615-57dceac995ab', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88df211-2e2c-4da7-b615-57dceac995ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:45,640 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.049s 2022-09-02 09:37:45,640 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a06a792f-1b82-4996-a248-be36cca086d3', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a06a792f-1b82-4996-a248-be36cca086d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:46,707 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.055s 2022-09-02 09:37:46,708 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7248eadb-6b1f-48f2-ab3c-48bede6f0501', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7248eadb-6b1f-48f2-ab3c-48bede6f0501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:47,779 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.060s 2022-09-02 09:37:47,779 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2d35c4-5b79-4edd-960e-c203f3715371', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2d35c4-5b79-4edd-960e-c203f3715371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:48,851 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.052s 2022-09-02 09:37:48,851 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc4b4448-f38e-4732-bf21-44144d62a272', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4b4448-f38e-4732-bf21-44144d62a272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:49,906 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:37:49,907 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09517079-e307-4575-bf68-20e73b21bdcc', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09517079-e307-4575-bf68-20e73b21bdcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:50,962 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:37:50,962 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62bf69df-4e66-476a-aade-0d57a6fa6636', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62bf69df-4e66-476a-aade-0d57a6fa6636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:52,018 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:37:52,018 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7f183bf-bc01-4420-a532-71f6817e8212', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7f183bf-bc01-4420-a532-71f6817e8212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:53,073 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:37:53,073 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6007f6a3-b64e-4a6f-b78f-ca08e01583bc', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6007f6a3-b64e-4a6f-b78f-ca08e01583bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:54,129 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:37:54,129 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a8898a9-3018-4b93-8521-ee3a1eaf3997', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a8898a9-3018-4b93-8521-ee3a1eaf3997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:55,184 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:37:55,184 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650c1898-1b02-4691-aa03-7409b30f7706', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650c1898-1b02-4691-aa03-7409b30f7706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:56,238 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:37:56,239 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0e47e5-ae37-46ac-9d2c-a3cfe44c9c52', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0e47e5-ae37-46ac-9d2c-a3cfe44c9c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:57,294 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:37:57,295 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7717e60-5281-4921-9a53-56dc8346fbf5', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7717e60-5281-4921-9a53-56dc8346fbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:58,349 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:37:58,350 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42bfa0e2-6756-48aa-89fa-fcfa59d34a47', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42bfa0e2-6756-48aa-89fa-fcfa59d34a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:37:59,406 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:37:59,406 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3dedc99-8411-4613-81a0-c4b028f2b9ba', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3dedc99-8411-4613-81a0-c4b028f2b9ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:00,461 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:00,461 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f269a2d-c30c-4f20-b7b8-fd77e9a4fa4f', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f269a2d-c30c-4f20-b7b8-fd77e9a4fa4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:01,515 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:01,516 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41533dfc-dbf8-44c7-837f-49f2a62934aa', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41533dfc-dbf8-44c7-837f-49f2a62934aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:02,570 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:02,570 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-510f864c-3540-42eb-9f02-d6f9757409a5', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-510f864c-3540-42eb-9f02-d6f9757409a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:03,626 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:03,626 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe69ab2-29ff-405e-a703-bae9c9a00615', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe69ab2-29ff-405e-a703-bae9c9a00615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:04,681 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:04,681 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6dfcba5-9261-442f-9d41-f8c6b9028ebf', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6dfcba5-9261-442f-9d41-f8c6b9028ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:05,736 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:05,736 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122a5789-b257-45d0-98f3-1d4cd21142a8', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122a5789-b257-45d0-98f3-1d4cd21142a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:06,792 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:38:06,793 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89b6abe-aea5-4da2-a906-8ca6c316a48c', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89b6abe-aea5-4da2-a906-8ca6c316a48c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:07,847 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:07,848 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4876ff5-0ff8-4229-bd22-920e106a6242', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4876ff5-0ff8-4229-bd22-920e106a6242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:08,906 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.047s 2022-09-02 09:38:08,907 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17747243-da0a-4ffc-9d93-24c4fe89614e', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17747243-da0a-4ffc-9d93-24c4fe89614e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:09,961 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:09,961 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6a04111-c1c5-4267-a2c8-8ea69124c19d', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6a04111-c1c5-4267-a2c8-8ea69124c19d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:11,017 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:11,017 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-340e818c-eb51-4b86-bd31-95661e1e3dd3', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-340e818c-eb51-4b86-bd31-95661e1e3dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:12,072 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:12,072 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da74fe1-2cff-4301-b1d8-dec5afdc01e8', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da74fe1-2cff-4301-b1d8-dec5afdc01e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:13,128 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:13,129 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1e622cf-389f-4fe3-919c-8202e41388a4', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1e622cf-389f-4fe3-919c-8202e41388a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:14,182 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:14,183 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a11c6d01-bdae-498a-b5d9-6e52c1c7b665', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a11c6d01-bdae-498a-b5d9-6e52c1c7b665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:15,237 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:15,238 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aac7546c-c701-4a17-acc5-bf5349fb1f27', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aac7546c-c701-4a17-acc5-bf5349fb1f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:16,293 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:38:16,294 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cccce0d-a08f-4834-ac44-4aebfc34fbd6', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cccce0d-a08f-4834-ac44-4aebfc34fbd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:17,348 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:17,348 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c81ce3-bad7-473e-9b12-f60365d938b0', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5c81ce3-bad7-473e-9b12-f60365d938b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:18,402 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:18,403 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00758e72-aaee-4a13-9031-711e2a1f641b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00758e72-aaee-4a13-9031-711e2a1f641b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:19,457 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:19,458 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b2f1158-bebe-4336-ad03-d16d147833ba', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b2f1158-bebe-4336-ad03-d16d147833ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:20,512 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:20,512 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a522b44-acf4-4ba5-840a-2c95faa17893', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a522b44-acf4-4ba5-840a-2c95faa17893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:21,567 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:21,568 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45f9e179-b768-4489-bd2d-56aa3c345518', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45f9e179-b768-4489-bd2d-56aa3c345518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:22,621 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:22,621 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebf2a565-40ed-466a-96b3-b6683a615a20', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf2a565-40ed-466a-96b3-b6683a615a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:23,677 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:23,677 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b9b622f-70ca-4423-b14f-8d114b9b2e3f', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b9b622f-70ca-4423-b14f-8d114b9b2e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:24,732 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:38:24,733 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d35a640-798e-4b76-b407-4d15a7b3804c', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d35a640-798e-4b76-b407-4d15a7b3804c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:25,787 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:25,788 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20ffc28e-aada-44a5-ba05-ea4cdd8ae9ea', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ffc28e-aada-44a5-ba05-ea4cdd8ae9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:26,842 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:26,842 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bacaf5cd-9a00-4378-b821-06362a2d142b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bacaf5cd-9a00-4378-b821-06362a2d142b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:27,897 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:27,897 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12b812b-7249-4438-96cc-307a4fbea30d', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12b812b-7249-4438-96cc-307a4fbea30d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:28,952 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:28,953 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2544cfe-3585-4450-9074-ff7ed69fde18', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2544cfe-3585-4450-9074-ff7ed69fde18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:30,007 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:30,007 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50338ec8-ec8a-4249-88e8-96b283d709ec', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50338ec8-ec8a-4249-88e8-96b283d709ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:31,063 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:38:31,063 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407083b9-0f98-4db8-bcd1-4b54df91774b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407083b9-0f98-4db8-bcd1-4b54df91774b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:32,118 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:32,118 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed4ae905-78e9-4331-b743-b56aaed1d7a5', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed4ae905-78e9-4331-b743-b56aaed1d7a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:33,174 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:33,174 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbbf4fbc-9b64-496a-8e9e-6b29006d88e3', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbbf4fbc-9b64-496a-8e9e-6b29006d88e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:34,227 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:34,228 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b171441-49b4-44f8-b158-c2c844c7e1de', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b171441-49b4-44f8-b158-c2c844c7e1de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:35,282 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:35,283 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b3a34b4-b056-4835-92e5-e1b98e2ea2e6', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3a34b4-b056-4835-92e5-e1b98e2ea2e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:36,338 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:36,338 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292221f4-337a-4761-b082-cf968f6a86eb', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292221f4-337a-4761-b082-cf968f6a86eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:37,393 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:37,393 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-576c5cfc-264b-437c-86b7-9c685df91115', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-576c5cfc-264b-437c-86b7-9c685df91115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:38,449 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:38,450 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c40d445-7952-4e3d-a616-8ce1b877875b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c40d445-7952-4e3d-a616-8ce1b877875b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:39,503 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:38:39,507 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfb1cea0-e71a-4c09-9b83-fca0b1dea2c2', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfb1cea0-e71a-4c09-9b83-fca0b1dea2c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:40,562 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:40,563 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8030a04-64a7-4083-aca6-8287c720c8c8', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8030a04-64a7-4083-aca6-8287c720c8c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:41,618 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:38:41,619 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41b63e3f-099b-479d-802f-09ecf5d6dcf8', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41b63e3f-099b-479d-802f-09ecf5d6dcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:37:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:42,674 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:38:42,674 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-517af1c3-f031-4039-a2b1-615fe7295373', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-517af1c3-f031-4039-a2b1-615fe7295373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:38:42.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:42,685 128281 INFO [tempest.common.waiters] Attachment 91874110-9847-40a3-a714-56ebf55f2747 created for volume 6aefd94e-dc9d-4a48-9b8a-97e273701412 to server a2bccc75-d837-4a98-8a78-841b2edb8ce5 after waiting for 70.685203 seconds 2022-09-02 09:38:42,728 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:38:42,729 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da7294a-fa34-46a9-bc2d-980f3f33fc80', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da7294a-fa34-46a9-bc2d-980f3f33fc80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:38:42.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:38:42,739 128281 INFO [tempest.common.waiters] volume 6aefd94e-dc9d-4a48-9b8a-97e273701412 reached in-use after waiting for 0.739792 seconds 2022-09-02 09:38:43,106 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/action 0.366s 2022-09-02 09:38:43,112 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"rescue": {"adminPass": "V9@J4BYPk6GPYxF"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:42 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-e591bdcc-fa33-4a2c-a64e-639d90fd0ece', 'x-compute-request-id': 'req-e591bdcc-fa33-4a2c-a64e-639d90fd0ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/action'} Body: b'{"adminPass": "V9@J4BYPk6GPYxF"}' 2022-09-02 09:38:43,279 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.165s 2022-09-02 09:38:43,279 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f03247-95d5-46af-80ce-07e873e3a7fe', 'x-compute-request-id': 'req-42f03247-95d5-46af-80ce-07e873e3a7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:44,447 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.155s 2022-09-02 09:38:44,447 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24463899-7a81-4b1c-b563-a493b871e16e', 'x-compute-request-id': 'req-24463899-7a81-4b1c-b563-a493b871e16e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:45,612 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.151s 2022-09-02 09:38:45,612 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ebba2a4-3683-4f2b-854f-7dc2cc88435b', 'x-compute-request-id': 'req-1ebba2a4-3683-4f2b-854f-7dc2cc88435b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:46,783 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.158s 2022-09-02 09:38:46,783 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ee06f2e-8ccc-489b-84d5-19f88da2c9b3', 'x-compute-request-id': 'req-5ee06f2e-8ccc-489b-84d5-19f88da2c9b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:47,952 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.156s 2022-09-02 09:38:47,952 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5945eb5-8393-4365-80ac-0f74561e8a44', 'x-compute-request-id': 'req-c5945eb5-8393-4365-80ac-0f74561e8a44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:49,121 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.156s 2022-09-02 09:38:49,122 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68cec37c-16d7-462a-915f-e92cdeccb348', 'x-compute-request-id': 'req-68cec37c-16d7-462a-915f-e92cdeccb348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:50,289 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.154s 2022-09-02 09:38:50,289 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b0aa3ae-8731-4731-9d41-dcc2769717f0', 'x-compute-request-id': 'req-7b0aa3ae-8731-4731-9d41-dcc2769717f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:51,452 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.151s 2022-09-02 09:38:51,452 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aeb07c1-e77c-41df-add7-2c944fad28ca', 'x-compute-request-id': 'req-2aeb07c1-e77c-41df-add7-2c944fad28ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:52,623 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.157s 2022-09-02 09:38:52,624 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd13189-76b5-4dac-a990-edf65dedb167', 'x-compute-request-id': 'req-fdd13189-76b5-4dac-a990-edf65dedb167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:53,793 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.157s 2022-09-02 09:38:53,793 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd82cfd6-5119-4b17-bf1e-6c2a3e6aeb05', 'x-compute-request-id': 'req-bd82cfd6-5119-4b17-bf1e-6c2a3e6aeb05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:54,963 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.156s 2022-09-02 09:38:54,963 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-442d9319-f6d4-4565-adb0-85161e0b0d73', 'x-compute-request-id': 'req-442d9319-f6d4-4565-adb0-85161e0b0d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:56,126 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.150s 2022-09-02 09:38:56,126 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a5a580d-90c2-4465-a891-76e5d122fe13', 'x-compute-request-id': 'req-7a5a580d-90c2-4465-a891-76e5d122fe13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:57,293 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.153s 2022-09-02 09:38:57,293 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-527fe2cd-ed1f-402b-9dbb-92d401774682', 'x-compute-request-id': 'req-527fe2cd-ed1f-402b-9dbb-92d401774682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:58,463 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.156s 2022-09-02 09:38:58,463 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24112c8c-7d25-4f26-88f7-71792d45a4e7', 'x-compute-request-id': 'req-24112c8c-7d25-4f26-88f7-71792d45a4e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:38:59,629 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.154s 2022-09-02 09:38:59,630 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73df68fe-512a-498d-a70f-5b98017eccbe', 'x-compute-request-id': 'req-73df68fe-512a-498d-a70f-5b98017eccbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:00,797 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.154s 2022-09-02 09:39:00,797 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67137d16-ec3a-4b21-b956-4d11a7902f09', 'x-compute-request-id': 'req-67137d16-ec3a-4b21-b956-4d11a7902f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:01,965 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.155s 2022-09-02 09:39:01,966 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e571fb7b-02ea-4668-bb39-ce483d21f002', 'x-compute-request-id': 'req-e571fb7b-02ea-4668-bb39-ce483d21f002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:03,138 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.159s 2022-09-02 09:39:03,138 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1735', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-003bcb53-a01d-4dc5-b309-60caca10d5fd', 'x-compute-request-id': 'req-003bcb53-a01d-4dc5-b309-60caca10d5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:38:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:35:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:04,311 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.158s 2022-09-02 09:39:04,311 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1715', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-723ae77e-1db8-499b-afe0-ecfe96b4136c', 'x-compute-request-id': 'req-723ae77e-1db8-499b-afe0-ecfe96b4136c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "RESCUE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:39:03Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:39:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:04,322 128281 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 21 second wait 2022-09-02 09:39:04,360 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.57/identity/v3/auth/tokens 0.032s 2022-09-02 09:39:04,361 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3d62401f-32c0-4ebf-a511-e5b32e35bdc2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c79aaf1f72634eefb5e89c8005afe54b", "name": "tempest-ServerRescueNegativeTestJSON-1245485257-project", "password_expires_at": null}, "audit_ids": ["N0bqRC-4TEmailcwUXv93Q"], "expires_at": "2022-09-02T10:39:04.000000Z", "issued_at": "2022-09-02T09:39:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2945ae512e14bfbb7d02dedc4de7cd4", "name": "tempest-ServerRescueNegativeTestJSON-1245485257"}, "is_domain": false, "roles": [{"id": "b381d11646e54d1197676600202a6144", "name": "reader"}, {"id": "efe6bdd5112340b48b262ceafbc19c04", "name": "member"}], "catalog": [{"endpoints": [{"id": "abfa66729ad0412da987e4b30449129d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/identity", "region": "RegionOne"}], "id": "0490240d56d342b2a50d12d751254d8d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "775e9981bdfd4c32b853a5a7ce4396b8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:9696/networking", "region": "RegionOne"}], "id": "08527b54fc994606a0aa2185f037197d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2fb8b6dacbef4a429bde47682556ef6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4", "region": "RegionOne"}], "id": "15c4fcaa94814cb2b4366dbc308e3e2b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d67aa037ef1f4b9587480e651ac6f85d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2.1", "region": "RegionOne"}], "id": "2bea28b9432f4cfaaf9d3312ed015958", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "d73e8a41961440d6903228f898d59074", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4", "region": "RegionOne"}], "id": "5dc199dbac524f63863d8023d939dc0a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b3b50dffb8f148b5b771db878fb46b17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/placement", "region": "RegionOne"}], "id": "a07dcccfe4614246bb5a9cbaa7f64715", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8ecd6ea770874ce0bb5005132b1ffc16", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2/c2945ae512e14bfbb7d02dedc4de7cd4", "region": "RegionOne"}], "id": "bfc863ccf942426dbd507a6356d0d604", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4ec69de97a004dcea0c105e5f2a251ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:8080/v1/AUTH_c2945ae512e14bfbb7d02dedc4de7cd4", "region": "RegionOne"}, {"id": "62d4f667eaa44f32a5b40e8ff89a514e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.57:8080", "region": "RegionOne"}], "id": "c9cb416f214a46ad9571659959580616", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81d5cc6d1b644b0f9fae0968c4704a6c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/image", "region": "RegionOne"}], "id": "fe0412e5a25e44f4a5f55dd77d1611aa", "type": "image", "name": "glance"}]}}' 2022-09-02 09:39:04,361 128281 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': '6039bcf1-9eb4-424a-b518-61e41a24db11', 'name': 'tempest-ServerRescueNegativeTestJSON-1519657590-network', 'tenant_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c2945ae512e14bfbb7d02dedc4de7cd4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 697, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-02T09:32:27Z', 'updated_at': '2022-09-02T09:32:27Z', 'revision_number': 1} available for tenant 2022-09-02 09:39:04,506 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.143s 2022-09-02 09:39:04,506 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:04 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-6d3b7d97-9524-45da-bf27-7484505fa308', 'x-compute-request-id': 'req-6d3b7d97-9524-45da-bf27-7484505fa308', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance a2bccc75-d837-4a98-8a78-841b2edb8ce5 while it is in vm_state rescued"}}' 2022-09-02 09:39:04,778 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/action 0.272s 2022-09-02 09:39:04,779 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"unrescue": {}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:04 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-cd16aa95-1ca2-4076-9caf-51f56d841c4e', 'x-compute-request-id': 'req-cd16aa95-1ca2-4076-9caf-51f56d841c4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/action'} Body: b'' 2022-09-02 09:39:04,944 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.164s 2022-09-02 09:39:04,944 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e9bc73-7113-41db-b943-25151309d81b', 'x-compute-request-id': 'req-07e9bc73-7113-41db-b943-25151309d81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "RESCUE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:39:05Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:39:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:06,113 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.156s 2022-09-02 09:39:06,114 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ad21677-4907-455b-a77d-7c7b51cbc221', 'x-compute-request-id': 'req-4ad21677-4907-455b-a77d-7c7b51cbc221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "RESCUE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:39:05Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:39:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:07,280 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.153s 2022-09-02 09:39:07,280 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f790f490-ada9-4b9b-96b0-353ed9655742', 'x-compute-request-id': 'req-f790f490-ada9-4b9b-96b0-353ed9655742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "RESCUE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:39:05Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:39:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:08,454 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.160s 2022-09-02 09:39:08,455 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2da81b4-cf37-47b1-a4de-34f09438c0c0', 'x-compute-request-id': 'req-b2da81b4-cf37-47b1-a4de-34f09438c0c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "RESCUE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:39:05Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:39:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:09,621 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5 0.154s 2022-09-02 09:39:09,621 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1729', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0452e789-3f78-4d64-837a-6e82c6b0ba87', 'x-compute-request-id': 'req-0452e789-3f78-4d64-837a-6e82c6b0ba87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5'} Body: b'{"server": {"id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "name": "tempest-ServerRescueNegativeTestJSON-server-1404641164", "status": "ACTIVE", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "metadata": {}, "hostId": "0441804b61c2dac7a51084e6d13ec64632e8897c9a45c240aedb2d88", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:03Z", "updated": "2022-09-02T09:39:09Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1519657590-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}, {"version": 4, "addr": "172.27.3.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7e:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-160664394", "OS-SRV-USG:launched_at": "2022-09-02T09:39:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1154871948"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412"}]}}' 2022-09-02 09:39:09,633 128281 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ACTIVE/None" after 5 second wait 2022-09-02 09:39:09,726 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-interface 0.093s 2022-09-02 09:39:09,726 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fab82ca7-0fcd-45e6-96cf-5b035243c192', 'x-compute-request-id': 'req-fab82ca7-0fcd-45e6-96cf-5b035243c192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "6039bcf1-9eb4-424a-b518-61e41a24db11", "port_id": "72e00e01-0226-481d-9c3e-f109d75f21d1", "mac_addr": "fa:16:3e:51:7e:42", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "acc93c67-5217-4fb9-b38d-b31981c9e355", "ip_address": "172.20.0.7"}]}]}' 2022-09-02 09:39:10,726 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://10.222.0.57:9696/networking/v2.0/floatingips/c9a318a5-d705-45be-9340-3ba51ef4c1e9 0.995s 2022-09-02 09:39:10,726 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "72e00e01-0226-481d-9c3e-f109d75f21d1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-edfe709d-decf-491a-b235-77c910328ce8', 'date': 'Fri, 02 Sep 2022 09:39:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/floatingips/c9a318a5-d705-45be-9340-3ba51ef4c1e9'} Body: b'{"floatingip": {"id": "c9a318a5-d705-45be-9340-3ba51ef4c1e9", "tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4", "floating_ip_address": "172.27.3.94", "floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217", "router_id": "561016ad-fd9d-40f3-b8ad-84d96d8a1e6b", "port_id": "72e00e01-0226-481d-9c3e-f109d75f21d1", "fixed_ip_address": "172.20.0.7", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "6039bcf1-9eb4-424a-b518-61e41a24db11", "mac_address": "fa:16:3e:51:7e:42", "admin_state_up": true, "status": "ACTIVE", "device_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-02T09:35:02Z", "updated_at": "2022-09-02T09:39:10Z", "revision_number": 3, "project_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:39:10,727 128281 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.94:22' as 'ubuntu' with public key authentication 2022-09-02 09:39:29,243 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 1. Retry after 2 seconds. 2022-09-02 09:39:34,810 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 2. Retry after 3 seconds. 2022-09-02 09:39:41,370 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 3. Retry after 4 seconds. 2022-09-02 09:39:45,877 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 4. Retry after 5 seconds. 2022-09-02 09:39:51,383 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 5. Retry after 6 seconds. 2022-09-02 09:39:57,890 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 6. Retry after 7 seconds. 2022-09-02 09:40:05,411 128281 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.94 ([Errno None] Unable to connect to port 22 on 172.27.3.94). Number attempts: 7. Retry after 8 seconds. 2022-09-02 09:40:13,943 128281 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:40:14,122 128281 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:40:14,122 128281 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.94 successfully created 2022-09-02 09:40:43,436 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 29.313s 2022-09-02 09:40:43,436 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96929505-51cf-4b1e-9bf3-e492f39aeccf', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96929505-51cf-4b1e-9bf3-e492f39aeccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:38:42.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:41:43,503 128281 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:42:43,564 128281 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:43:43,625 128281 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:44:43,687 128281 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:45:43,747 128281 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:46:43,807 128281 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:47:43,867 128281 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:48:43,927 128281 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:49:16,321 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 400 DELETE http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412 512.873s 2022-09-02 09:49:16,321 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:48:43 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-85139972-57b2-4a20-862b-5a1c5b18a993', 'x-compute-request-id': 'req-85139972-57b2-4a20-862b-5a1c5b18a993', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments/6aefd94e-dc9d-4a48-9b8a-97e273701412'} 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-916d5d89-1699-4ecc-9357-b397ae37866b)"}}' 2022-09-02 09:49:16,425 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.102s 2022-09-02 09:49:16,426 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1d97d3fc-a41c-48ed-81fa-927290e99fae', 'x-compute-request-id': 'req-1d97d3fc-a41c-48ed-81fa-927290e99fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:17,478 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:17,479 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2f180cea-b2fc-4112-8864-8a4aaf1dd6e7', 'x-compute-request-id': 'req-2f180cea-b2fc-4112-8864-8a4aaf1dd6e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:18,533 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:49:18,533 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-aa08a2d8-bd51-4442-88dd-b6e090b86077', 'x-compute-request-id': 'req-aa08a2d8-bd51-4442-88dd-b6e090b86077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:19,586 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:19,586 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8c1e5ef2-54ae-4079-b24e-2e6e247add1b', 'x-compute-request-id': 'req-8c1e5ef2-54ae-4079-b24e-2e6e247add1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:20,639 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:20,639 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d3887d43-79cc-48d2-909d-f94cdea94562', 'x-compute-request-id': 'req-d3887d43-79cc-48d2-909d-f94cdea94562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:21,693 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:49:21,693 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5fa78c8b-86fe-422d-b4b9-7e2686aad4e0', 'x-compute-request-id': 'req-5fa78c8b-86fe-422d-b4b9-7e2686aad4e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:22,745 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:22,746 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ff1fe360-c568-4699-b342-4ee34ecfc22a', 'x-compute-request-id': 'req-ff1fe360-c568-4699-b342-4ee34ecfc22a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:23,799 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:49:23,803 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2602b73b-0814-40ee-a0c3-a870008c9275', 'x-compute-request-id': 'req-2602b73b-0814-40ee-a0c3-a870008c9275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:24,859 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.052s 2022-09-02 09:49:24,860 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7daed008-9aac-4ab8-87cd-20275dcee988', 'x-compute-request-id': 'req-7daed008-9aac-4ab8-87cd-20275dcee988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:25,914 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:25,914 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5b99bd57-9899-4eb8-9d7c-baf3e61c5fda', 'x-compute-request-id': 'req-5b99bd57-9899-4eb8-9d7c-baf3e61c5fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:26,967 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:49:26,968 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-e5541a3b-4dba-4ee1-addd-60ceebb17740', 'x-compute-request-id': 'req-e5541a3b-4dba-4ee1-addd-60ceebb17740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:28,029 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.058s 2022-09-02 09:49:28,030 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9ab5c427-ce57-45f3-8215-ecd175b1772a', 'x-compute-request-id': 'req-9ab5c427-ce57-45f3-8215-ecd175b1772a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:29,081 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:29,082 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-3794b982-7941-409b-a538-5d4c122153b6', 'x-compute-request-id': 'req-3794b982-7941-409b-a538-5d4c122153b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:30,134 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:30,135 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d4acffd8-3534-4d3c-8a55-28b3df17d85f', 'x-compute-request-id': 'req-d4acffd8-3534-4d3c-8a55-28b3df17d85f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:31,187 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:31,188 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5d2d4e44-0932-41fa-98b9-fe0ed8435a98', 'x-compute-request-id': 'req-5d2d4e44-0932-41fa-98b9-fe0ed8435a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:32,240 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:32,240 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-61df1851-63f0-42d1-8670-6322af4a5321', 'x-compute-request-id': 'req-61df1851-63f0-42d1-8670-6322af4a5321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:33,292 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:33,293 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1c0f37cf-c011-42bf-a269-bfc1d249cc27', 'x-compute-request-id': 'req-1c0f37cf-c011-42bf-a269-bfc1d249cc27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:34,346 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:34,346 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a94cb761-f0c8-4ae5-9004-b9b9c1d90c38', 'x-compute-request-id': 'req-a94cb761-f0c8-4ae5-9004-b9b9c1d90c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:35,398 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:35,398 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49: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-e20cdffc-c041-4d99-9ea3-a89d52dbad46', 'x-compute-request-id': 'req-e20cdffc-c041-4d99-9ea3-a89d52dbad46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:36,450 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:36,451 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-0acec6a9-5222-430a-866b-50d223cfd47f', 'x-compute-request-id': 'req-0acec6a9-5222-430a-866b-50d223cfd47f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:37,503 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:37,504 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8a5c701f-d0e2-4f25-97ec-6ddeb05d0a87', 'x-compute-request-id': 'req-8a5c701f-d0e2-4f25-97ec-6ddeb05d0a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:38,558 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:38,559 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-50e5c8f5-0ecf-4dc2-8c6f-c9ecaa07be6d', 'x-compute-request-id': 'req-50e5c8f5-0ecf-4dc2-8c6f-c9ecaa07be6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:39,611 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:39,612 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5fa30b9d-4191-491b-ad4e-5478e3bcc5ce', 'x-compute-request-id': 'req-5fa30b9d-4191-491b-ad4e-5478e3bcc5ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:40,663 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:40,663 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-696062e2-469e-4a1f-b59d-f6f1deb62503', 'x-compute-request-id': 'req-696062e2-469e-4a1f-b59d-f6f1deb62503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:41,716 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:41,716 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-e9c9b4a9-40c2-4571-ba5c-6254189afee5', 'x-compute-request-id': 'req-e9c9b4a9-40c2-4571-ba5c-6254189afee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:42,768 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:42,768 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-e3d2fc6d-e507-4809-8563-943704660cbd', 'x-compute-request-id': 'req-e3d2fc6d-e507-4809-8563-943704660cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:43,820 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:43,820 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f25a449a-6d64-4c90-a5dd-39020f4b12c1', 'x-compute-request-id': 'req-f25a449a-6d64-4c90-a5dd-39020f4b12c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:44,873 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:44,873 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-14a55131-9311-4eeb-952f-c74a364a114c', 'x-compute-request-id': 'req-14a55131-9311-4eeb-952f-c74a364a114c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:45,927 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:49:45,927 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5aef0ad9-73ff-441d-b208-de098dc19684', 'x-compute-request-id': 'req-5aef0ad9-73ff-441d-b208-de098dc19684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:46,979 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:46,980 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-be4108ce-dbf8-4631-9fb6-8e02cedd0573', 'x-compute-request-id': 'req-be4108ce-dbf8-4631-9fb6-8e02cedd0573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:48,031 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:48,031 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-952a0795-e442-44d0-bffb-de516b237321', 'x-compute-request-id': 'req-952a0795-e442-44d0-bffb-de516b237321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:49,085 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:49:49,085 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5928a1e2-d9a4-4ecc-b73b-5e1a693f3e2f', 'x-compute-request-id': 'req-5928a1e2-d9a4-4ecc-b73b-5e1a693f3e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:50,137 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:50,137 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-23acb10f-8048-4d12-b3d1-37cce85aa2d7', 'x-compute-request-id': 'req-23acb10f-8048-4d12-b3d1-37cce85aa2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:51,190 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:51,190 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-3629b247-c97e-426d-b7ca-a2438e1eb706', 'x-compute-request-id': 'req-3629b247-c97e-426d-b7ca-a2438e1eb706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:52,242 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:52,242 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-da299da5-bdb8-4313-bd60-dc5db112c4d8', 'x-compute-request-id': 'req-da299da5-bdb8-4313-bd60-dc5db112c4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:53,295 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:53,296 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-edf0bfaa-d1b8-4408-a889-5f4714ba24c4', 'x-compute-request-id': 'req-edf0bfaa-d1b8-4408-a889-5f4714ba24c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:54,347 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:54,348 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5cb76b21-6940-44b9-8d30-c4386df344be', 'x-compute-request-id': 'req-5cb76b21-6940-44b9-8d30-c4386df344be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:55,401 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:55,401 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-40d54929-e547-42a8-902a-2772c8318b7f', 'x-compute-request-id': 'req-40d54929-e547-42a8-902a-2772c8318b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:56,453 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:49:56,453 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49: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-810bb69d-0f72-435e-b97d-476012a0c877', 'x-compute-request-id': 'req-810bb69d-0f72-435e-b97d-476012a0c877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:57,506 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:57,506 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-48d09e96-7acb-4991-a577-e2ad80d79a06', 'x-compute-request-id': 'req-48d09e96-7acb-4991-a577-e2ad80d79a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:58,559 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:58,560 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-75af7e2e-cdc4-446e-be87-87350f711df7', 'x-compute-request-id': 'req-75af7e2e-cdc4-446e-be87-87350f711df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:49:59,612 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:49:59,612 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c4cebf6a-c0ea-4d3b-aa78-b24517358e66', 'x-compute-request-id': 'req-c4cebf6a-c0ea-4d3b-aa78-b24517358e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:00,664 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.047s 2022-09-02 09:50:00,664 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-e693b997-5e2a-45a9-a4a9-f9a6c7d487a9', 'x-compute-request-id': 'req-e693b997-5e2a-45a9-a4a9-f9a6c7d487a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:01,718 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:50:01,718 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-21d0d9b0-6741-476d-a8d4-ce77214edba6', 'x-compute-request-id': 'req-21d0d9b0-6741-476d-a8d4-ce77214edba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:02,770 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:02,771 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-21eb70c6-a00e-4a09-807b-7a509d627f5c', 'x-compute-request-id': 'req-21eb70c6-a00e-4a09-807b-7a509d627f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:03,827 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:50:03,828 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-4f0a8ebd-6d97-4545-9e9f-5e734ed849d7', 'x-compute-request-id': 'req-4f0a8ebd-6d97-4545-9e9f-5e734ed849d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:04,879 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:04,880 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9162ac32-137f-423d-babb-7df235215690', 'x-compute-request-id': 'req-9162ac32-137f-423d-babb-7df235215690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:05,933 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:05,933 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8c246f23-dc6a-4b28-a9fb-86fe97ac9d7e', 'x-compute-request-id': 'req-8c246f23-dc6a-4b28-a9fb-86fe97ac9d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:06,985 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:06,985 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8b1e2e4f-65ed-4c62-92ec-c4f5d6d84c2a', 'x-compute-request-id': 'req-8b1e2e4f-65ed-4c62-92ec-c4f5d6d84c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:08,040 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:50:08,040 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-3bf5dbbc-5b1a-4c48-ba45-ae717add96ae', 'x-compute-request-id': 'req-3bf5dbbc-5b1a-4c48-ba45-ae717add96ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:09,093 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:09,093 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f04ba974-1787-4f02-985b-a9809fcab52c', 'x-compute-request-id': 'req-f04ba974-1787-4f02-985b-a9809fcab52c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:10,145 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:10,146 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-b955c536-98ed-4e27-b72c-732592eefe76', 'x-compute-request-id': 'req-b955c536-98ed-4e27-b72c-732592eefe76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:11,199 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:11,199 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-bf1c38fe-2f42-4225-b6f9-ca9b4d52df8d', 'x-compute-request-id': 'req-bf1c38fe-2f42-4225-b6f9-ca9b4d52df8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:12,251 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:12,252 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7aaf27ff-47f9-41cc-9fb9-3ce5a987c4df', 'x-compute-request-id': 'req-7aaf27ff-47f9-41cc-9fb9-3ce5a987c4df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:13,304 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:13,304 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5ef718dd-ff46-4cd3-a431-05a87b221a6a', 'x-compute-request-id': 'req-5ef718dd-ff46-4cd3-a431-05a87b221a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:14,358 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:14,358 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-4fd749d4-40de-40bf-ba6f-57f715b04ad9', 'x-compute-request-id': 'req-4fd749d4-40de-40bf-ba6f-57f715b04ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:15,411 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:15,411 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c6839c66-7167-43ff-85b5-6762d12a0ba7', 'x-compute-request-id': 'req-c6839c66-7167-43ff-85b5-6762d12a0ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:16,464 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:16,465 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ce5e875a-e62b-4676-8335-39dc0235c121', 'x-compute-request-id': 'req-ce5e875a-e62b-4676-8335-39dc0235c121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:17,518 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:17,518 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50: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-15b4e6b1-a52f-4475-b712-3049db746903', 'x-compute-request-id': 'req-15b4e6b1-a52f-4475-b712-3049db746903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:18,573 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:50:18,574 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-bd4cdc32-93f1-4e43-9707-407b0140c526', 'x-compute-request-id': 'req-bd4cdc32-93f1-4e43-9707-407b0140c526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:19,626 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:19,626 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-e6fd0017-0b5e-43ae-aac1-092a02e343c1', 'x-compute-request-id': 'req-e6fd0017-0b5e-43ae-aac1-092a02e343c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:20,677 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:20,677 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-fa25fb80-30e0-49bb-9bc8-8793a22255b0', 'x-compute-request-id': 'req-fa25fb80-30e0-49bb-9bc8-8793a22255b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:21,734 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.053s 2022-09-02 09:50:21,735 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-78145d45-cdf0-40c2-ac6c-cfbfd0b628c1', 'x-compute-request-id': 'req-78145d45-cdf0-40c2-ac6c-cfbfd0b628c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:22,788 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:50:22,789 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-332d0c73-2074-4d2d-82bc-172711629ba9', 'x-compute-request-id': 'req-332d0c73-2074-4d2d-82bc-172711629ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:23,842 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:23,842 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a66243be-3162-496b-9343-028278d58f70', 'x-compute-request-id': 'req-a66243be-3162-496b-9343-028278d58f70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:24,895 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:50:24,896 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-40492004-7630-4952-80fa-17fd725186a5', 'x-compute-request-id': 'req-40492004-7630-4952-80fa-17fd725186a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:25,949 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:25,949 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f4c7de95-1f31-4258-899d-b12369893169', 'x-compute-request-id': 'req-f4c7de95-1f31-4258-899d-b12369893169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:27,001 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:27,001 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1e4e7269-a725-4dce-85a8-96c740dd3ef9', 'x-compute-request-id': 'req-1e4e7269-a725-4dce-85a8-96c740dd3ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:28,053 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:28,054 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-78735c9e-e386-41d9-aeb1-25c12275642a', 'x-compute-request-id': 'req-78735c9e-e386-41d9-aeb1-25c12275642a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:29,106 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:29,106 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-569871ff-c6ce-4e57-a7f9-5710314e8681', 'x-compute-request-id': 'req-569871ff-c6ce-4e57-a7f9-5710314e8681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:30,159 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:30,159 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-00d7bbe4-6122-4b48-ad7d-35198146981e', 'x-compute-request-id': 'req-00d7bbe4-6122-4b48-ad7d-35198146981e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:31,212 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:31,212 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9bd2907b-105a-4e3a-8ac5-862989ef4ed1', 'x-compute-request-id': 'req-9bd2907b-105a-4e3a-8ac5-862989ef4ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:32,264 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:32,264 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-145072b3-43e6-42f4-bcf9-4f1a7656f282', 'x-compute-request-id': 'req-145072b3-43e6-42f4-bcf9-4f1a7656f282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:33,317 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:33,317 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-595ccbf7-e9b9-4046-b3d8-ac4dfd8af210', 'x-compute-request-id': 'req-595ccbf7-e9b9-4046-b3d8-ac4dfd8af210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:34,371 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:50:34,372 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-198f587e-e609-4233-a534-176e1bd0e016', 'x-compute-request-id': 'req-198f587e-e609-4233-a534-176e1bd0e016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:35,425 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:35,425 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7b0f627e-c5bb-4001-af72-1069cf0184a2', 'x-compute-request-id': 'req-7b0f627e-c5bb-4001-af72-1069cf0184a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:36,478 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:36,478 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50: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-96069db0-02db-4033-818f-993cbc410716', 'x-compute-request-id': 'req-96069db0-02db-4033-818f-993cbc410716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:37,530 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:37,531 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-3862bff7-1faa-4afa-86fe-43a81ec62e76', 'x-compute-request-id': 'req-3862bff7-1faa-4afa-86fe-43a81ec62e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:38,583 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:38,584 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d11ff746-1cea-4cd1-a9fa-8b3f65569832', 'x-compute-request-id': 'req-d11ff746-1cea-4cd1-a9fa-8b3f65569832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:39,635 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:39,636 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-86ff4a7b-e171-4555-85c1-acaa19d0e4dc', 'x-compute-request-id': 'req-86ff4a7b-e171-4555-85c1-acaa19d0e4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:40,687 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:40,688 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5916b674-bbae-4793-8378-5656e11a1d3b', 'x-compute-request-id': 'req-5916b674-bbae-4793-8378-5656e11a1d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:41,740 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:41,740 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1fb19c61-dbd0-4b72-8feb-fd60d78504ea', 'x-compute-request-id': 'req-1fb19c61-dbd0-4b72-8feb-fd60d78504ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:42,791 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:42,792 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f4f3a734-768a-417a-8939-f4d173ff8a35', 'x-compute-request-id': 'req-f4f3a734-768a-417a-8939-f4d173ff8a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:43,844 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:43,845 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5f301987-25dd-4ddf-98c1-174d76432e23', 'x-compute-request-id': 'req-5f301987-25dd-4ddf-98c1-174d76432e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:44,898 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:44,898 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-bc5a7eab-0943-4f5f-8e54-21a651eeed9c', 'x-compute-request-id': 'req-bc5a7eab-0943-4f5f-8e54-21a651eeed9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:45,950 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:45,951 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c1eeec8a-111a-4b37-99c6-3c6605578778', 'x-compute-request-id': 'req-c1eeec8a-111a-4b37-99c6-3c6605578778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:47,003 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:47,003 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-6315b217-813a-4cfc-a29e-2e395247fe21', 'x-compute-request-id': 'req-6315b217-813a-4cfc-a29e-2e395247fe21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:48,055 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:48,056 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-02f8d5d9-d46b-42c1-bce8-075c922c0b40', 'x-compute-request-id': 'req-02f8d5d9-d46b-42c1-bce8-075c922c0b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:49,111 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:50:49,111 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5bae107c-2059-422e-8bfb-57f67cc5b113', 'x-compute-request-id': 'req-5bae107c-2059-422e-8bfb-57f67cc5b113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:50,163 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:50,163 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a1db2bad-f062-41e3-ada6-27f890fa9cab', 'x-compute-request-id': 'req-a1db2bad-f062-41e3-ada6-27f890fa9cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:51,215 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:51,215 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7c15444b-52d4-4ea6-994e-896bb26121a8', 'x-compute-request-id': 'req-7c15444b-52d4-4ea6-994e-896bb26121a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:52,267 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:52,268 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-0b0a412f-5f4e-4bdb-9125-7abc77ba4683', 'x-compute-request-id': 'req-0b0a412f-5f4e-4bdb-9125-7abc77ba4683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:53,321 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:53,321 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d7c36c50-4e29-4c88-b915-ad6822661699', 'x-compute-request-id': 'req-d7c36c50-4e29-4c88-b915-ad6822661699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:54,374 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:54,375 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d071b53e-d428-496e-80aa-68d0bce062f8', 'x-compute-request-id': 'req-d071b53e-d428-496e-80aa-68d0bce062f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:55,427 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:55,427 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-aeeaf832-f04a-4db0-8edf-bdc4d8e8f4b2', 'x-compute-request-id': 'req-aeeaf832-f04a-4db0-8edf-bdc4d8e8f4b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:56,479 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:56,480 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ec5ceea1-eeb4-4186-9ceb-5f6ce595c09c', 'x-compute-request-id': 'req-ec5ceea1-eeb4-4186-9ceb-5f6ce595c09c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:57,531 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:50:57,532 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50: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-e8dab7e1-96dc-4830-8c09-2dfe8c168f43', 'x-compute-request-id': 'req-e8dab7e1-96dc-4830-8c09-2dfe8c168f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:58,584 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:58,584 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-6d66300a-33e5-4ddb-93f1-ef5a33a76176', 'x-compute-request-id': 'req-6d66300a-33e5-4ddb-93f1-ef5a33a76176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:50:59,636 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:50:59,636 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7c6fb0f6-7a4f-455e-9fdd-2f2184fe24c2', 'x-compute-request-id': 'req-7c6fb0f6-7a4f-455e-9fdd-2f2184fe24c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:00,689 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:00,690 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-6300db59-2954-4349-90db-d72c81429d6b', 'x-compute-request-id': 'req-6300db59-2954-4349-90db-d72c81429d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:01,742 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:01,743 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-6ef6f26e-e34c-4eb1-b9e4-0ac65af3e432', 'x-compute-request-id': 'req-6ef6f26e-e34c-4eb1-b9e4-0ac65af3e432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:02,795 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:02,796 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ab07aa89-c7c0-40da-8c0b-3813f750bffb', 'x-compute-request-id': 'req-ab07aa89-c7c0-40da-8c0b-3813f750bffb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:03,854 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.054s 2022-09-02 09:51:03,854 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c5d6d088-8089-4927-b93f-359d9c36c15f', 'x-compute-request-id': 'req-c5d6d088-8089-4927-b93f-359d9c36c15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:04,907 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:04,908 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-76dd54f6-248b-4009-9950-bac937555e14', 'x-compute-request-id': 'req-76dd54f6-248b-4009-9950-bac937555e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:05,959 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:05,960 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a719194b-7a3b-4e2d-a5cd-375195ecc1bf', 'x-compute-request-id': 'req-a719194b-7a3b-4e2d-a5cd-375195ecc1bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:07,011 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:07,012 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-e3a5ecd1-fdb3-4dfb-ba0a-739fe68ed02c', 'x-compute-request-id': 'req-e3a5ecd1-fdb3-4dfb-ba0a-739fe68ed02c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:08,063 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:08,064 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9f59a5cf-d419-45d1-a804-cd0ac0210581', 'x-compute-request-id': 'req-9f59a5cf-d419-45d1-a804-cd0ac0210581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:09,116 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:09,117 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d8e227d0-3274-4cc9-ac76-812a08b94bce', 'x-compute-request-id': 'req-d8e227d0-3274-4cc9-ac76-812a08b94bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:10,170 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:51:10,171 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-32ec30db-0fb5-48ea-956b-e3dc0341c3b0', 'x-compute-request-id': 'req-32ec30db-0fb5-48ea-956b-e3dc0341c3b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:11,222 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:11,223 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8cce94a9-783a-4589-9136-853740277046', 'x-compute-request-id': 'req-8cce94a9-783a-4589-9136-853740277046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:12,275 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:12,275 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-10fe8cf9-f7de-4adc-9efe-80433cfd0bd2', 'x-compute-request-id': 'req-10fe8cf9-f7de-4adc-9efe-80433cfd0bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:13,327 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:13,327 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9df0dcd4-ad09-4ebc-9670-c4d442c5e0eb', 'x-compute-request-id': 'req-9df0dcd4-ad09-4ebc-9670-c4d442c5e0eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:14,381 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:51:14,382 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-96386fd9-b793-43c3-a853-b8890fcd68e9', 'x-compute-request-id': 'req-96386fd9-b793-43c3-a853-b8890fcd68e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:15,434 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:15,435 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7810e774-0a98-49fa-ba84-af33f9f71828', 'x-compute-request-id': 'req-7810e774-0a98-49fa-ba84-af33f9f71828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:16,487 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:16,487 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-161c8da2-9be8-41cf-ab26-ac84ea633e3b', 'x-compute-request-id': 'req-161c8da2-9be8-41cf-ab26-ac84ea633e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:17,542 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:51:17,543 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51: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-3d2e87dc-930a-42e5-bf70-505050d20c37', 'x-compute-request-id': 'req-3d2e87dc-930a-42e5-bf70-505050d20c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:18,595 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:18,595 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-84545ebb-13de-4556-b76b-c458014d0139', 'x-compute-request-id': 'req-84545ebb-13de-4556-b76b-c458014d0139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:19,649 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:51:19,649 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-44649ce3-629f-4dd4-a7a4-fc8a266e9c0d', 'x-compute-request-id': 'req-44649ce3-629f-4dd4-a7a4-fc8a266e9c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:20,703 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:20,703 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8655b0a2-443e-4807-936e-64fdb762c537', 'x-compute-request-id': 'req-8655b0a2-443e-4807-936e-64fdb762c537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:21,755 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:21,755 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-379ecaa1-190c-497d-a13c-7637b1b87e2a', 'x-compute-request-id': 'req-379ecaa1-190c-497d-a13c-7637b1b87e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:22,808 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:22,808 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8730a598-f457-49c3-bf0a-effb160ca16e', 'x-compute-request-id': 'req-8730a598-f457-49c3-bf0a-effb160ca16e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:23,861 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:23,861 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ab139ee9-f8d8-4c64-af4a-9287a2252058', 'x-compute-request-id': 'req-ab139ee9-f8d8-4c64-af4a-9287a2252058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:24,914 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:24,914 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-534a6afe-193c-43ab-9057-a56fcd1f2043', 'x-compute-request-id': 'req-534a6afe-193c-43ab-9057-a56fcd1f2043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:25,967 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:25,967 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-91f98332-340f-4528-bc73-75c87d4838a9', 'x-compute-request-id': 'req-91f98332-340f-4528-bc73-75c87d4838a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:27,020 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:27,020 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ee1bd030-0d15-4722-b975-73ff345290a2', 'x-compute-request-id': 'req-ee1bd030-0d15-4722-b975-73ff345290a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:28,073 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:28,073 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9c9daad8-f554-4f2b-9736-ee616661b214', 'x-compute-request-id': 'req-9c9daad8-f554-4f2b-9736-ee616661b214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:29,125 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:29,126 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ff63c806-90d7-4861-98ad-e8c21f9fa955', 'x-compute-request-id': 'req-ff63c806-90d7-4861-98ad-e8c21f9fa955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:30,178 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:30,178 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-e45bd44c-f55a-40a0-919f-bffff3411c87', 'x-compute-request-id': 'req-e45bd44c-f55a-40a0-919f-bffff3411c87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:31,230 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:31,231 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-da79b99a-1e18-47e9-864a-61b8c533ad5c', 'x-compute-request-id': 'req-da79b99a-1e18-47e9-864a-61b8c533ad5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:32,283 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:51:32,284 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-64aa9f2f-95e8-441e-a8be-5bcb1e8d940a', 'x-compute-request-id': 'req-64aa9f2f-95e8-441e-a8be-5bcb1e8d940a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:33,336 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:33,336 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2d63d188-7d35-405c-bf2d-fff911e79de9', 'x-compute-request-id': 'req-2d63d188-7d35-405c-bf2d-fff911e79de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:34,388 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:34,389 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-24315229-580d-4f64-977f-d8e0a1888a73', 'x-compute-request-id': 'req-24315229-580d-4f64-977f-d8e0a1888a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:35,441 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:35,442 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d4abf09c-f841-4c86-85ea-ac9116bed0ef', 'x-compute-request-id': 'req-d4abf09c-f841-4c86-85ea-ac9116bed0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:36,495 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:36,496 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8febd2ed-2b4a-4993-8de1-faf9db15b522', 'x-compute-request-id': 'req-8febd2ed-2b4a-4993-8de1-faf9db15b522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:37,549 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:37,549 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-25f1ceac-9eeb-4030-9b18-7c79c7758665', 'x-compute-request-id': 'req-25f1ceac-9eeb-4030-9b18-7c79c7758665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:38,602 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:38,602 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51: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-02825454-4d80-4cc8-9334-93055106a663', 'x-compute-request-id': 'req-02825454-4d80-4cc8-9334-93055106a663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:39,659 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.053s 2022-09-02 09:51:39,660 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5af5b2a6-85e4-42fa-b4c4-c934b0c89609', 'x-compute-request-id': 'req-5af5b2a6-85e4-42fa-b4c4-c934b0c89609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:40,714 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:51:40,715 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-4be23d34-52f6-4850-88c0-6515c8a91ff7', 'x-compute-request-id': 'req-4be23d34-52f6-4850-88c0-6515c8a91ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:41,767 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:41,767 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2fde44e6-fdc4-485d-994c-8780b8333cc7', 'x-compute-request-id': 'req-2fde44e6-fdc4-485d-994c-8780b8333cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:42,820 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:42,820 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ed013dad-20a4-4669-b87d-ff5b6c47b906', 'x-compute-request-id': 'req-ed013dad-20a4-4669-b87d-ff5b6c47b906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:43,873 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:43,873 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-11472282-225a-4d52-8d47-d88e8cdac9ac', 'x-compute-request-id': 'req-11472282-225a-4d52-8d47-d88e8cdac9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:44,926 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:44,927 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-b4b53fe7-df10-4b83-af09-a4fdd015264e', 'x-compute-request-id': 'req-b4b53fe7-df10-4b83-af09-a4fdd015264e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:45,979 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:45,979 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-31192bc6-647d-4ee9-9ec0-38bcab581d99', 'x-compute-request-id': 'req-31192bc6-647d-4ee9-9ec0-38bcab581d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:47,032 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:47,032 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-6ce8de81-2631-4696-a44b-0572148d8337', 'x-compute-request-id': 'req-6ce8de81-2631-4696-a44b-0572148d8337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:48,084 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:48,085 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5f1fc96d-f897-4a87-8e8d-62d732fd18c8', 'x-compute-request-id': 'req-5f1fc96d-f897-4a87-8e8d-62d732fd18c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:49,137 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:49,137 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-4ef49b1d-8f73-47ff-80e7-7c9c24bee539', 'x-compute-request-id': 'req-4ef49b1d-8f73-47ff-80e7-7c9c24bee539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:50,189 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:50,189 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c7c62106-c051-41c3-af65-e4cff3a9b2d1', 'x-compute-request-id': 'req-c7c62106-c051-41c3-af65-e4cff3a9b2d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:51,244 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:51:51,245 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-0a493d35-0b47-440e-8ddc-c34cdfbb33e7', 'x-compute-request-id': 'req-0a493d35-0b47-440e-8ddc-c34cdfbb33e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:52,299 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:51:52,299 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-992a5b1b-8c7d-4c26-a020-c846352e85f1', 'x-compute-request-id': 'req-992a5b1b-8c7d-4c26-a020-c846352e85f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:53,351 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:53,351 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-64bebcfa-b851-4f19-aab5-2150d54b78f9', 'x-compute-request-id': 'req-64bebcfa-b851-4f19-aab5-2150d54b78f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:54,403 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:54,403 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-5bec41ef-e478-4f78-a21b-28edd53ecc5a', 'x-compute-request-id': 'req-5bec41ef-e478-4f78-a21b-28edd53ecc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:55,457 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:51:55,458 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-66ee253f-a1e6-4b94-b497-0f472b62b89e', 'x-compute-request-id': 'req-66ee253f-a1e6-4b94-b497-0f472b62b89e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:56,508 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:56,509 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d562cb3d-cb69-4b31-9197-f2e5d5c7420c', 'x-compute-request-id': 'req-d562cb3d-cb69-4b31-9197-f2e5d5c7420c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:57,562 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:57,562 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-92f8cb1c-5f77-4eb1-bcbb-dd7ff93e8331', 'x-compute-request-id': 'req-92f8cb1c-5f77-4eb1-bcbb-dd7ff93e8331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:58,614 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:51:58,615 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f2431ee7-2de2-4ef6-9b46-909e17b67ca3', 'x-compute-request-id': 'req-f2431ee7-2de2-4ef6-9b46-909e17b67ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:51:59,667 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:51:59,668 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51: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-32b3c9eb-03d0-4787-a4a6-a6a68bed31fe', 'x-compute-request-id': 'req-32b3c9eb-03d0-4787-a4a6-a6a68bed31fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:00,718 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:00,719 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-644b2eac-1723-4707-99d6-27e433613d73', 'x-compute-request-id': 'req-644b2eac-1723-4707-99d6-27e433613d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:01,771 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:01,772 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d6e824b6-0aeb-4979-98e4-01b4db13f28f', 'x-compute-request-id': 'req-d6e824b6-0aeb-4979-98e4-01b4db13f28f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:02,831 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.056s 2022-09-02 09:52:02,831 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-0c456ec0-c075-4d0f-bc6b-819c13b851d8', 'x-compute-request-id': 'req-0c456ec0-c075-4d0f-bc6b-819c13b851d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:03,883 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:03,884 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2be19bf6-7612-4f32-9541-d7c7e1432e96', 'x-compute-request-id': 'req-2be19bf6-7612-4f32-9541-d7c7e1432e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:04,936 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:04,936 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f34030f0-ead5-4dbb-a0a6-9daf2347064a', 'x-compute-request-id': 'req-f34030f0-ead5-4dbb-a0a6-9daf2347064a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:05,990 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:05,990 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2eaf14b2-489a-4a55-a1f6-47f45c0e9061', 'x-compute-request-id': 'req-2eaf14b2-489a-4a55-a1f6-47f45c0e9061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:07,049 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.055s 2022-09-02 09:52:07,049 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-852f25fe-aefe-4b79-8715-1be58b6708b5', 'x-compute-request-id': 'req-852f25fe-aefe-4b79-8715-1be58b6708b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:08,101 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:08,101 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-bcaf2071-4c4a-491c-8ee0-f9194d47feb3', 'x-compute-request-id': 'req-bcaf2071-4c4a-491c-8ee0-f9194d47feb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:09,153 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:09,154 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-777cc016-ce05-4ec9-a6ef-8c19c65355ac', 'x-compute-request-id': 'req-777cc016-ce05-4ec9-a6ef-8c19c65355ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:10,206 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:10,206 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1d08844a-2809-4ebb-aa97-02a4362806b3', 'x-compute-request-id': 'req-1d08844a-2809-4ebb-aa97-02a4362806b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:11,259 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:11,260 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-53c44c7b-03e2-45ad-9a89-d8babfa9e311', 'x-compute-request-id': 'req-53c44c7b-03e2-45ad-9a89-d8babfa9e311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:12,311 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:12,312 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-7a9ee458-768d-470c-8ae6-a3c228d6dc3e', 'x-compute-request-id': 'req-7a9ee458-768d-470c-8ae6-a3c228d6dc3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:13,363 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:13,364 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-27b9edcb-f122-448b-b858-0ac2478500fa', 'x-compute-request-id': 'req-27b9edcb-f122-448b-b858-0ac2478500fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:14,416 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:14,416 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-fee83f30-2d96-4c4a-805d-2aa96b30c277', 'x-compute-request-id': 'req-fee83f30-2d96-4c4a-805d-2aa96b30c277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:15,467 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:15,468 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-7248afca-e7d4-4261-b1f6-b6040d10b5c6', 'x-compute-request-id': 'req-7248afca-e7d4-4261-b1f6-b6040d10b5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:16,520 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:16,521 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-28cb1ae5-9672-448f-bdce-30a73fb60008', 'x-compute-request-id': 'req-28cb1ae5-9672-448f-bdce-30a73fb60008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:17,573 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:17,573 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-750b1a8f-8553-4252-b2ea-baaf98d652ba', 'x-compute-request-id': 'req-750b1a8f-8553-4252-b2ea-baaf98d652ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:18,628 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:18,628 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-387de55e-043f-43f6-831a-3ab1b26b655c', 'x-compute-request-id': 'req-387de55e-043f-43f6-831a-3ab1b26b655c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:19,681 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:19,682 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-241f7af4-c4be-415d-af00-4338e5a3770a', 'x-compute-request-id': 'req-241f7af4-c4be-415d-af00-4338e5a3770a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:20,734 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:20,734 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-6f6ce021-b31e-4fa7-8880-fd45a151cad6', 'x-compute-request-id': 'req-6f6ce021-b31e-4fa7-8880-fd45a151cad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:21,787 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:21,787 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-49869b90-b16e-4983-b911-6d6afdfaa5fa', 'x-compute-request-id': 'req-49869b90-b16e-4983-b911-6d6afdfaa5fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:22,841 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:22,841 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-b37037a2-1dfb-4fb5-ad74-9ce02ab8c67b', 'x-compute-request-id': 'req-b37037a2-1dfb-4fb5-ad74-9ce02ab8c67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:23,897 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.052s 2022-09-02 09:52:23,898 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-40d77e6b-9164-4a02-a86a-427df04480aa', 'x-compute-request-id': 'req-40d77e6b-9164-4a02-a86a-427df04480aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:24,952 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:24,952 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-7685b611-1f81-4d8c-9a17-947c766ed99b', 'x-compute-request-id': 'req-7685b611-1f81-4d8c-9a17-947c766ed99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:26,010 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.052s 2022-09-02 09:52:26,010 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-182d71f0-0fe5-4a12-92c7-181544a9723c', 'x-compute-request-id': 'req-182d71f0-0fe5-4a12-92c7-181544a9723c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:27,063 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:27,064 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-51bb42ce-bf7a-4f0b-8a53-e0f80b82a8f6', 'x-compute-request-id': 'req-51bb42ce-bf7a-4f0b-8a53-e0f80b82a8f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:28,117 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:28,117 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-e3e3cfa9-623a-42a0-94b8-507597fd7e5b', 'x-compute-request-id': 'req-e3e3cfa9-623a-42a0-94b8-507597fd7e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:29,169 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:29,170 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-6d965f92-9abe-4d91-9371-92935cca5310', 'x-compute-request-id': 'req-6d965f92-9abe-4d91-9371-92935cca5310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:30,222 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:30,222 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-cc625e99-299c-4a9b-ac1e-bdd73f42692d', 'x-compute-request-id': 'req-cc625e99-299c-4a9b-ac1e-bdd73f42692d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:31,274 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:31,275 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-022c466b-53c4-4121-96de-af22af902c52', 'x-compute-request-id': 'req-022c466b-53c4-4121-96de-af22af902c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:32,327 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:32,327 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-708e4e44-cdaa-47d1-8221-57c07251cd76', 'x-compute-request-id': 'req-708e4e44-cdaa-47d1-8221-57c07251cd76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:33,379 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:33,379 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-0526cc1e-8501-43aa-8bdf-111f9af85780', 'x-compute-request-id': 'req-0526cc1e-8501-43aa-8bdf-111f9af85780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:34,431 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:34,432 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-2fb4dbcf-46aa-44cb-9a60-7221491c0763', 'x-compute-request-id': 'req-2fb4dbcf-46aa-44cb-9a60-7221491c0763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:35,483 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:35,483 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-bb2d07cb-76a2-467c-9679-73058a579f24', 'x-compute-request-id': 'req-bb2d07cb-76a2-467c-9679-73058a579f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:36,536 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:36,536 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-0b2b7996-960c-4ee1-a500-ed30d48540c3', 'x-compute-request-id': 'req-0b2b7996-960c-4ee1-a500-ed30d48540c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:37,588 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:37,589 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-1a3e2bac-555e-4e45-9119-f97f02946c95', 'x-compute-request-id': 'req-1a3e2bac-555e-4e45-9119-f97f02946c95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:38,646 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:38,646 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-e668172f-7b31-4f35-a59d-198c829b1aae', 'x-compute-request-id': 'req-e668172f-7b31-4f35-a59d-198c829b1aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:39,699 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:39,699 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-158339be-0b89-43f4-a2b6-1d808c074add', 'x-compute-request-id': 'req-158339be-0b89-43f4-a2b6-1d808c074add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:40,751 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:40,751 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-d6b4ea15-b114-4db5-8475-68fb502a9d42', 'x-compute-request-id': 'req-d6b4ea15-b114-4db5-8475-68fb502a9d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:41,804 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:41,804 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-6bd433f9-14d6-4add-a1e1-8be57b9fcb34', 'x-compute-request-id': 'req-6bd433f9-14d6-4add-a1e1-8be57b9fcb34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:42,859 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:42,859 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-050e04f4-1b70-4ff3-83c0-5c2723e3a935', 'x-compute-request-id': 'req-050e04f4-1b70-4ff3-83c0-5c2723e3a935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:43,912 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:43,912 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-80d5abdd-1194-4b59-9a5f-9896c7962622', 'x-compute-request-id': 'req-80d5abdd-1194-4b59-9a5f-9896c7962622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:44,965 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:44,966 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-d90b098c-f2ce-4458-bfd2-ce7afbdd5a5f', 'x-compute-request-id': 'req-d90b098c-f2ce-4458-bfd2-ce7afbdd5a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:46,018 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:46,018 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-51af5246-4f51-4fc1-bdb0-0d906087e073', 'x-compute-request-id': 'req-51af5246-4f51-4fc1-bdb0-0d906087e073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:47,071 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:47,071 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-4f3dbf39-ef87-4c28-82eb-83013f7fdc1f', 'x-compute-request-id': 'req-4f3dbf39-ef87-4c28-82eb-83013f7fdc1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:48,123 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:48,124 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-28fb41a3-3822-4a01-99de-d77bf198d443', 'x-compute-request-id': 'req-28fb41a3-3822-4a01-99de-d77bf198d443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:49,175 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:49,176 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-ef8042e4-0e99-45c3-bfce-c949c8466d6d', 'x-compute-request-id': 'req-ef8042e4-0e99-45c3-bfce-c949c8466d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:50,228 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:50,229 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-cf42f5e8-9c09-4245-804f-8a622ec9ce8f', 'x-compute-request-id': 'req-cf42f5e8-9c09-4245-804f-8a622ec9ce8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:51,280 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:51,280 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-50be8b15-4b92-4696-a063-33e1437fd58e', 'x-compute-request-id': 'req-50be8b15-4b92-4696-a063-33e1437fd58e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:52,333 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:52,333 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-49136f6d-ca82-4c58-9e3d-6e39bdd1a9fb', 'x-compute-request-id': 'req-49136f6d-ca82-4c58-9e3d-6e39bdd1a9fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:53,386 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:53,386 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-16e1e679-3bde-44fb-bc00-08260a98a79d', 'x-compute-request-id': 'req-16e1e679-3bde-44fb-bc00-08260a98a79d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:54,440 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:54,440 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-bb1cbd82-b028-414f-b523-9c0c04cfd46a', 'x-compute-request-id': 'req-bb1cbd82-b028-414f-b523-9c0c04cfd46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:55,495 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:55,495 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-7698fb30-a293-420b-9086-efb2159134e2', 'x-compute-request-id': 'req-7698fb30-a293-420b-9086-efb2159134e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:56,549 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:52:56,549 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-290206f5-3bf0-4a98-a58a-7f44b4b9c8a5', 'x-compute-request-id': 'req-290206f5-3bf0-4a98-a58a-7f44b4b9c8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:57,601 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:57,602 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-4ab80d28-cd93-4b15-96bc-ef6dc9fed05a', 'x-compute-request-id': 'req-4ab80d28-cd93-4b15-96bc-ef6dc9fed05a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:58,655 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:52:58,655 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-26bb0754-644c-4ba8-bf16-552c244d2cac', 'x-compute-request-id': 'req-26bb0754-644c-4ba8-bf16-552c244d2cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:52:59,706 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:52:59,707 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52: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-0c333ff7-0680-4cf6-a916-65cd7810bcb3', 'x-compute-request-id': 'req-0c333ff7-0680-4cf6-a916-65cd7810bcb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:00,758 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:00,759 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-08bf3dcc-3b05-4e3e-a294-2be6e48504b7', 'x-compute-request-id': 'req-08bf3dcc-3b05-4e3e-a294-2be6e48504b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:01,812 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:01,812 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-991dbf31-90d0-4c9c-9ef9-985df0e1d306', 'x-compute-request-id': 'req-991dbf31-90d0-4c9c-9ef9-985df0e1d306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:02,864 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:02,864 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-14c0801b-d157-4fa9-91c0-ceaa9ef65c10', 'x-compute-request-id': 'req-14c0801b-d157-4fa9-91c0-ceaa9ef65c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:03,917 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:03,918 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-2d34fab9-a5a3-4fc3-8f66-3e34658f06c9', 'x-compute-request-id': 'req-2d34fab9-a5a3-4fc3-8f66-3e34658f06c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:04,969 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:04,970 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-bcba54b8-ed2b-4a24-9117-d01bea4a8222', 'x-compute-request-id': 'req-bcba54b8-ed2b-4a24-9117-d01bea4a8222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:06,021 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:06,022 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-b0e34853-e48a-4fe5-b153-5a9f1dd3d715', 'x-compute-request-id': 'req-b0e34853-e48a-4fe5-b153-5a9f1dd3d715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:07,073 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:07,073 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-721b544d-1bf7-4054-a9de-670f721c5b88', 'x-compute-request-id': 'req-721b544d-1bf7-4054-a9de-670f721c5b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:08,127 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:53:08,128 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-32720da2-0a4d-450c-85c6-6da30ed20b82', 'x-compute-request-id': 'req-32720da2-0a4d-450c-85c6-6da30ed20b82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:09,181 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:09,181 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-18c3b966-892e-439b-98fc-150f85b8c985', 'x-compute-request-id': 'req-18c3b966-892e-439b-98fc-150f85b8c985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:10,233 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:10,233 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-9487dd8f-6bdf-461b-8d3e-410645dff826', 'x-compute-request-id': 'req-9487dd8f-6bdf-461b-8d3e-410645dff826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:11,285 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:11,286 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-9994a462-e1f5-4fd5-a8f7-03c4027cfb85', 'x-compute-request-id': 'req-9994a462-e1f5-4fd5-a8f7-03c4027cfb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:12,338 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:12,339 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-353a289c-e400-48d6-82c0-4a93c90d280c', 'x-compute-request-id': 'req-353a289c-e400-48d6-82c0-4a93c90d280c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:13,392 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:13,393 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-20e95829-8134-4387-8b03-7a25b27a7784', 'x-compute-request-id': 'req-20e95829-8134-4387-8b03-7a25b27a7784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:14,444 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:14,445 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-98b54953-eed9-4ad7-b173-3db47de66e93', 'x-compute-request-id': 'req-98b54953-eed9-4ad7-b173-3db47de66e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:15,497 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:15,497 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-0d035c55-4de9-4664-9f4e-7979e294d15e', 'x-compute-request-id': 'req-0d035c55-4de9-4664-9f4e-7979e294d15e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:16,551 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:16,551 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-1774beff-7ade-4af9-8a8b-88d0b7497f4d', 'x-compute-request-id': 'req-1774beff-7ade-4af9-8a8b-88d0b7497f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:17,603 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:17,607 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-37b39aa8-5837-4a7c-a0e8-08fece203332', 'x-compute-request-id': 'req-37b39aa8-5837-4a7c-a0e8-08fece203332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:18,662 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:53:18,662 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-b9ad1cf7-79c0-498b-aa9c-d2687a87e8b4', 'x-compute-request-id': 'req-b9ad1cf7-79c0-498b-aa9c-d2687a87e8b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:19,715 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:19,716 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-809ec797-267a-42aa-87d5-6b45a63ec670', 'x-compute-request-id': 'req-809ec797-267a-42aa-87d5-6b45a63ec670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:20,770 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:53:20,771 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-b4a9fb11-74fc-435e-b035-461752799790', 'x-compute-request-id': 'req-b4a9fb11-74fc-435e-b035-461752799790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:21,825 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:21,825 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-15bee3e3-0daa-4cd1-80ec-a02e551df874', 'x-compute-request-id': 'req-15bee3e3-0daa-4cd1-80ec-a02e551df874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:22,877 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:22,878 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-99e543be-dfa6-41cd-b3d4-e0db32536e13', 'x-compute-request-id': 'req-99e543be-dfa6-41cd-b3d4-e0db32536e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:23,931 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:23,931 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-baa1528a-b336-42c3-a26d-ccbec2df0cd2', 'x-compute-request-id': 'req-baa1528a-b336-42c3-a26d-ccbec2df0cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:24,983 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:24,984 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-4e5c5e2f-7183-47e2-8fe0-4c8ca687a2d7', 'x-compute-request-id': 'req-4e5c5e2f-7183-47e2-8fe0-4c8ca687a2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:26,036 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:26,037 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-e4499462-e838-4725-9763-721d0a73dd47', 'x-compute-request-id': 'req-e4499462-e838-4725-9763-721d0a73dd47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:27,089 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:27,089 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-277b217d-f647-4b35-86f4-b9467282e0c0', 'x-compute-request-id': 'req-277b217d-f647-4b35-86f4-b9467282e0c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:28,143 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:28,144 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-b32c6cf5-52e6-4d82-8bbf-bd49305abce0', 'x-compute-request-id': 'req-b32c6cf5-52e6-4d82-8bbf-bd49305abce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:29,196 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:29,197 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-0222c52f-3936-44d9-a1ac-20e0d64fca82', 'x-compute-request-id': 'req-0222c52f-3936-44d9-a1ac-20e0d64fca82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:30,249 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:30,249 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-d9f8a970-8779-45b2-bc51-6fc97d4500e2', 'x-compute-request-id': 'req-d9f8a970-8779-45b2-bc51-6fc97d4500e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:31,301 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:31,302 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-cee80fc7-cc98-45c9-88c0-2bfca9d27d08', 'x-compute-request-id': 'req-cee80fc7-cc98-45c9-88c0-2bfca9d27d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:32,356 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:32,356 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-2f498aed-1f55-463f-9d4c-e4f5576e0e57', 'x-compute-request-id': 'req-2f498aed-1f55-463f-9d4c-e4f5576e0e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:33,409 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:33,409 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-0b98caca-4ecf-4ad2-99bb-b3423db9d306', 'x-compute-request-id': 'req-0b98caca-4ecf-4ad2-99bb-b3423db9d306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:34,465 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.052s 2022-09-02 09:53:34,465 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-50ac3bf4-4090-4d8e-bde6-ef6b64182bec', 'x-compute-request-id': 'req-50ac3bf4-4090-4d8e-bde6-ef6b64182bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:35,520 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:53:35,521 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-75320a50-1d54-467c-8fbb-11de9e64ff2a', 'x-compute-request-id': 'req-75320a50-1d54-467c-8fbb-11de9e64ff2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:36,575 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:36,575 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-c02874d2-4e08-4ad1-af95-d686e0afef1f', 'x-compute-request-id': 'req-c02874d2-4e08-4ad1-af95-d686e0afef1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:37,628 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:37,628 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-e5a25147-3174-4710-951e-50d08edd5d53', 'x-compute-request-id': 'req-e5a25147-3174-4710-951e-50d08edd5d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:38,680 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:38,680 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-fc141466-52b3-428e-86d6-f19935eed342', 'x-compute-request-id': 'req-fc141466-52b3-428e-86d6-f19935eed342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:39,733 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:39,733 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-3738643a-b421-46df-8079-42f8a02d6704', 'x-compute-request-id': 'req-3738643a-b421-46df-8079-42f8a02d6704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:40,784 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.047s 2022-09-02 09:53:40,785 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-3bf61167-6b72-4b02-9173-42c1c2fc788e', 'x-compute-request-id': 'req-3bf61167-6b72-4b02-9173-42c1c2fc788e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:41,836 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.047s 2022-09-02 09:53:41,836 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-0d1b72f8-3d6b-4ebf-b857-7453646683a3', 'x-compute-request-id': 'req-0d1b72f8-3d6b-4ebf-b857-7453646683a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:42,889 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:42,889 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-e5365c33-6af0-45a0-824b-a33d08047a3a', 'x-compute-request-id': 'req-e5365c33-6af0-45a0-824b-a33d08047a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:43,945 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.052s 2022-09-02 09:53:43,946 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-05d4cde8-a868-43eb-945a-c06b4c5f2a26', 'x-compute-request-id': 'req-05d4cde8-a868-43eb-945a-c06b4c5f2a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:44,998 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:44,998 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-89c3af2e-b35c-4746-856c-766709b31873', 'x-compute-request-id': 'req-89c3af2e-b35c-4746-856c-766709b31873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:46,168 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.165s 2022-09-02 09:53:46,168 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-9381366b-0b87-4210-aa68-905877e0679b', 'x-compute-request-id': 'req-9381366b-0b87-4210-aa68-905877e0679b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:47,233 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.061s 2022-09-02 09:53:47,233 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-dd5d6c7e-3154-464a-ada0-15b16a145548', 'x-compute-request-id': 'req-dd5d6c7e-3154-464a-ada0-15b16a145548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:48,286 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:48,286 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-852cedd3-381b-4757-9c46-95de1be26bb6', 'x-compute-request-id': 'req-852cedd3-381b-4757-9c46-95de1be26bb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:49,339 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:49,340 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-c93f1443-26dd-4b37-b697-13dcb01c2157', 'x-compute-request-id': 'req-c93f1443-26dd-4b37-b697-13dcb01c2157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:50,394 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:50,394 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-55289db3-206f-4d01-8120-b6239f45b34f', 'x-compute-request-id': 'req-55289db3-206f-4d01-8120-b6239f45b34f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:51,445 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.047s 2022-09-02 09:53:51,445 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-1b2d0b54-63ba-429d-af2c-5e2607fa872d', 'x-compute-request-id': 'req-1b2d0b54-63ba-429d-af2c-5e2607fa872d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:52,500 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:53:52,501 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-8b283fcd-df77-40d0-ad11-809a011e3071', 'x-compute-request-id': 'req-8b283fcd-df77-40d0-ad11-809a011e3071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:53,553 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:53,554 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-5c28226b-deff-474e-a55b-711017605a69', 'x-compute-request-id': 'req-5c28226b-deff-474e-a55b-711017605a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:54,606 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:54,606 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-c6fa06d6-9022-4d0f-a14f-bf1d66aa64c6', 'x-compute-request-id': 'req-c6fa06d6-9022-4d0f-a14f-bf1d66aa64c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:55,660 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:55,660 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-36b167a4-9e5a-4766-869b-c2d34fca4697', 'x-compute-request-id': 'req-36b167a4-9e5a-4766-869b-c2d34fca4697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:56,714 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:53:56,715 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-1e96cdda-36ef-4f7d-9fb5-8cf10282a61b', 'x-compute-request-id': 'req-1e96cdda-36ef-4f7d-9fb5-8cf10282a61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:57,767 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:57,767 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-08d19f10-8e59-4806-a698-88d57477011f', 'x-compute-request-id': 'req-08d19f10-8e59-4806-a698-88d57477011f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:58,819 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:53:58,820 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-940e0d0b-efab-45bf-898d-b6c36d61244c', 'x-compute-request-id': 'req-940e0d0b-efab-45bf-898d-b6c36d61244c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:53:59,873 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:53:59,873 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53: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-7c11702d-fd22-4117-be10-6c67d5bd4d43', 'x-compute-request-id': 'req-7c11702d-fd22-4117-be10-6c67d5bd4d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:00,925 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:00,925 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-260c0dc0-4291-43f2-bafe-50d415332552', 'x-compute-request-id': 'req-260c0dc0-4291-43f2-bafe-50d415332552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:01,979 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:54:01,979 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-f01343ae-d6e7-41ca-acbf-b0bd0a7cdcff', 'x-compute-request-id': 'req-f01343ae-d6e7-41ca-acbf-b0bd0a7cdcff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:03,032 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:03,032 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-fb2781ae-2e24-41e0-a094-aa1be7a1befa', 'x-compute-request-id': 'req-fb2781ae-2e24-41e0-a094-aa1be7a1befa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:04,085 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:04,085 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-841d99e3-84a3-4e4a-9d9b-4c8dad29efe4', 'x-compute-request-id': 'req-841d99e3-84a3-4e4a-9d9b-4c8dad29efe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:05,137 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:05,137 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-083931f3-fa7d-4139-95b5-356e59ff8838', 'x-compute-request-id': 'req-083931f3-fa7d-4139-95b5-356e59ff8838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:06,189 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:06,189 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-ac71ac9d-eb57-4703-a31e-47ec1932cc48', 'x-compute-request-id': 'req-ac71ac9d-eb57-4703-a31e-47ec1932cc48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:07,241 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:07,242 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-712d51ff-479b-430a-92ef-050d6db300c5', 'x-compute-request-id': 'req-712d51ff-479b-430a-92ef-050d6db300c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:08,294 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:08,295 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-4d13ab9f-e3c1-4b69-bdff-8430779827a4', 'x-compute-request-id': 'req-4d13ab9f-e3c1-4b69-bdff-8430779827a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:09,346 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:09,347 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-ef901d5f-8883-44a9-bd6c-b5a9a456c272', 'x-compute-request-id': 'req-ef901d5f-8883-44a9-bd6c-b5a9a456c272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:10,400 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:10,400 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-bb41d449-a8be-4955-b61b-259039187551', 'x-compute-request-id': 'req-bb41d449-a8be-4955-b61b-259039187551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:11,452 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:11,452 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-25e7f084-7003-4743-84ed-c06977900bd6', 'x-compute-request-id': 'req-25e7f084-7003-4743-84ed-c06977900bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:12,505 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:12,505 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-bdd21e24-9722-4e6c-ad86-b7dadbf89023', 'x-compute-request-id': 'req-bdd21e24-9722-4e6c-ad86-b7dadbf89023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:13,558 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:13,558 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-52f814c4-c6af-4937-a78c-289b8ec9c015', 'x-compute-request-id': 'req-52f814c4-c6af-4937-a78c-289b8ec9c015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:14,611 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:14,612 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-472b3e90-0aa7-425b-8eec-2bc06c8f91d0', 'x-compute-request-id': 'req-472b3e90-0aa7-425b-8eec-2bc06c8f91d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:15,666 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:54:15,666 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-a4048ae1-962f-4af6-8ee3-69cb796c6331', 'x-compute-request-id': 'req-a4048ae1-962f-4af6-8ee3-69cb796c6331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:16,719 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:16,724 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-4b4ff762-b3de-42cb-b827-b297f2e39177', 'x-compute-request-id': 'req-4b4ff762-b3de-42cb-b827-b297f2e39177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:17,777 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:17,777 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-d7a30337-5975-40ef-a77e-b74ba84e5408', 'x-compute-request-id': 'req-d7a30337-5975-40ef-a77e-b74ba84e5408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:18,829 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:18,829 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-01ac532e-87e7-4b7e-ae8b-95566c9704b7', 'x-compute-request-id': 'req-01ac532e-87e7-4b7e-ae8b-95566c9704b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:19,882 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:19,883 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-985ac28b-e379-4ac0-899d-ed4fd5f40f9c', 'x-compute-request-id': 'req-985ac28b-e379-4ac0-899d-ed4fd5f40f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:20,936 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:20,936 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-95832c8f-834d-4f7b-8b2f-939078843955', 'x-compute-request-id': 'req-95832c8f-834d-4f7b-8b2f-939078843955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:21,988 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:21,989 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-e3cb7825-06b4-4e8d-adc1-35cdbb136ff4', 'x-compute-request-id': 'req-e3cb7825-06b4-4e8d-adc1-35cdbb136ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:23,042 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:54:23,043 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-0933edbf-873d-4aa9-abfb-2ac983edf6e3', 'x-compute-request-id': 'req-0933edbf-873d-4aa9-abfb-2ac983edf6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:24,096 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:54:24,096 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-08b65453-0cc1-4767-a435-585c4c4af8fa', 'x-compute-request-id': 'req-08b65453-0cc1-4767-a435-585c4c4af8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:25,149 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:25,149 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-ff2c8e28-812b-4d1a-9583-2a753add8ed1', 'x-compute-request-id': 'req-ff2c8e28-812b-4d1a-9583-2a753add8ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:26,201 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:26,201 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-c5845b56-b47a-4a36-a16c-2cc4655e1abc', 'x-compute-request-id': 'req-c5845b56-b47a-4a36-a16c-2cc4655e1abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:27,253 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:27,253 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-2b85068b-d568-466d-be6d-0f528b88c5f4', 'x-compute-request-id': 'req-2b85068b-d568-466d-be6d-0f528b88c5f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:28,305 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:28,306 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-3546cda0-c283-4bbc-b136-b3745ae00f50', 'x-compute-request-id': 'req-3546cda0-c283-4bbc-b136-b3745ae00f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:29,358 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:29,358 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-c55b2fb8-621e-42b7-b8fe-52e28f057ce1', 'x-compute-request-id': 'req-c55b2fb8-621e-42b7-b8fe-52e28f057ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:30,409 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:30,409 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-5bd2c08a-ad7c-4a26-8430-468cb63f3d41', 'x-compute-request-id': 'req-5bd2c08a-ad7c-4a26-8430-468cb63f3d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:31,461 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:31,462 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-0e9a23a2-6b3b-4cf2-81bd-c5c85cf0ed5b', 'x-compute-request-id': 'req-0e9a23a2-6b3b-4cf2-81bd-c5c85cf0ed5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:32,512 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.047s 2022-09-02 09:54:32,513 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-7aebd929-e003-41d8-9ce0-d921aff30a17', 'x-compute-request-id': 'req-7aebd929-e003-41d8-9ce0-d921aff30a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:33,568 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:54:33,568 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-1a9c9883-d88d-4426-906e-2452cea22d73', 'x-compute-request-id': 'req-1a9c9883-d88d-4426-906e-2452cea22d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:34,620 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:34,621 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-9fdf72dd-5440-4b86-91b5-9df9aba7c17f', 'x-compute-request-id': 'req-9fdf72dd-5440-4b86-91b5-9df9aba7c17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:35,673 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:35,673 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-965b6037-2a42-44bf-b5d1-f81505435d0f', 'x-compute-request-id': 'req-965b6037-2a42-44bf-b5d1-f81505435d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:36,727 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:54:36,727 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-712ff5ec-72e3-4c80-9a34-54f667343d4a', 'x-compute-request-id': 'req-712ff5ec-72e3-4c80-9a34-54f667343d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:37,779 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:37,779 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-c92fafe4-5966-42c6-8026-90a52ce82130', 'x-compute-request-id': 'req-c92fafe4-5966-42c6-8026-90a52ce82130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:38,832 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:38,832 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-c924863c-e523-4efb-95a0-79888033f24b', 'x-compute-request-id': 'req-c924863c-e523-4efb-95a0-79888033f24b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:39,885 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:39,885 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-d2ae30c9-2c18-4446-b5b9-a85f1289fcc2', 'x-compute-request-id': 'req-d2ae30c9-2c18-4446-b5b9-a85f1289fcc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:40,936 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:40,937 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-ac1057e1-4aeb-4664-bc54-035e444781b8', 'x-compute-request-id': 'req-ac1057e1-4aeb-4664-bc54-035e444781b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:41,989 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:41,989 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-b86ccccb-3450-42bb-bb99-bb467280af45', 'x-compute-request-id': 'req-b86ccccb-3450-42bb-bb99-bb467280af45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:43,042 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:43,043 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-5b58a6d8-2b17-4606-837f-9d662916e5f2', 'x-compute-request-id': 'req-5b58a6d8-2b17-4606-837f-9d662916e5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:44,096 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:44,096 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-f9c9b42a-625d-4dff-8ebd-6ac5a48cdbf4', 'x-compute-request-id': 'req-f9c9b42a-625d-4dff-8ebd-6ac5a48cdbf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:45,150 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:54:45,151 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-87c1d10b-0117-4d79-a1d5-0c9e56ceb576', 'x-compute-request-id': 'req-87c1d10b-0117-4d79-a1d5-0c9e56ceb576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:46,204 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:46,204 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-fed6eb98-f428-4291-b29a-84bbc9209ec7', 'x-compute-request-id': 'req-fed6eb98-f428-4291-b29a-84bbc9209ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:47,256 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:47,257 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-65914b05-682e-429b-ab32-c50993a201d2', 'x-compute-request-id': 'req-65914b05-682e-429b-ab32-c50993a201d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:48,308 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.047s 2022-09-02 09:54:48,309 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-3553e1f4-f57b-4467-8079-a49b27764b78', 'x-compute-request-id': 'req-3553e1f4-f57b-4467-8079-a49b27764b78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:49,360 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:49,361 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-fbf45827-3471-49e0-8239-54d3876cd230', 'x-compute-request-id': 'req-fbf45827-3471-49e0-8239-54d3876cd230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:50,412 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:50,412 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-8b8c37e4-73f8-49c4-a4ee-93002142dfa1', 'x-compute-request-id': 'req-8b8c37e4-73f8-49c4-a4ee-93002142dfa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:51,465 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:51,465 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-e1314b05-ec87-4d12-ba4f-e51e3c69330b', 'x-compute-request-id': 'req-e1314b05-ec87-4d12-ba4f-e51e3c69330b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:52,519 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:52,519 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-12321014-2496-4855-b5a2-3835a0b73840', 'x-compute-request-id': 'req-12321014-2496-4855-b5a2-3835a0b73840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:53,571 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:53,572 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-52f7ee85-ec3c-4343-a0c5-8c5f2a269729', 'x-compute-request-id': 'req-52f7ee85-ec3c-4343-a0c5-8c5f2a269729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:54,625 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:54:54,628 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-6b06f456-bd59-493a-9e44-e5011c731598', 'x-compute-request-id': 'req-6b06f456-bd59-493a-9e44-e5011c731598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:55,680 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:54:55,680 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-6f20bcbf-9c6f-4a35-948c-0b49cd2fee61', 'x-compute-request-id': 'req-6f20bcbf-9c6f-4a35-948c-0b49cd2fee61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:56,734 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:56,734 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-7850b79f-c92f-419a-9022-c0d5c22e1491', 'x-compute-request-id': 'req-7850b79f-c92f-419a-9022-c0d5c22e1491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:57,787 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:57,788 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-84977613-c03f-415b-92fe-aae6894d62b5', 'x-compute-request-id': 'req-84977613-c03f-415b-92fe-aae6894d62b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:58,840 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:54:58,841 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-630ea184-9cd4-48c6-a563-446f1e38ba59', 'x-compute-request-id': 'req-630ea184-9cd4-48c6-a563-446f1e38ba59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:54:59,895 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:54:59,896 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54: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-23041933-0189-4052-9344-ebbf22f285da', 'x-compute-request-id': 'req-23041933-0189-4052-9344-ebbf22f285da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:00,947 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:55:00,948 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-7849367d-1dc9-43a6-a341-faf9a355421e', 'x-compute-request-id': 'req-7849367d-1dc9-43a6-a341-faf9a355421e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:01,999 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:55:02,000 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-de72d019-c7d3-48bc-8b7f-f9a2f5203be7', 'x-compute-request-id': 'req-de72d019-c7d3-48bc-8b7f-f9a2f5203be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:03,051 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:55:03,051 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-5aaaa330-fa84-424c-8f66-d5132d49ad2d', 'x-compute-request-id': 'req-5aaaa330-fa84-424c-8f66-d5132d49ad2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:04,104 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:55:04,104 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-703a15c5-ff45-45ea-b67a-3cb9451b73a7', 'x-compute-request-id': 'req-703a15c5-ff45-45ea-b67a-3cb9451b73a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:05,158 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.051s 2022-09-02 09:55:05,159 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-342de1c1-c1cf-42be-bb68-dea587b59918', 'x-compute-request-id': 'req-342de1c1-c1cf-42be-bb68-dea587b59918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:06,210 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:55:06,210 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-c302be55-0819-461a-a803-10ba390e5fcc', 'x-compute-request-id': 'req-c302be55-0819-461a-a803-10ba390e5fcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:07,263 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:55:07,264 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-3e86062c-cac2-4427-af69-7f1ebdf4d0fd', 'x-compute-request-id': 'req-3e86062c-cac2-4427-af69-7f1ebdf4d0fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:08,316 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:55:08,316 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-a3e14fa4-bc88-4e59-b52d-49027005e505', 'x-compute-request-id': 'req-a3e14fa4-bc88-4e59-b52d-49027005e505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:09,371 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.050s 2022-09-02 09:55:09,371 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-6e16dff2-c0c9-4a7e-acbc-a11a57923205', 'x-compute-request-id': 'req-6e16dff2-c0c9-4a7e-acbc-a11a57923205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:10,431 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.056s 2022-09-02 09:55:10,432 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-cf149b12-8a3c-41bb-80b3-48220f166aea', 'x-compute-request-id': 'req-cf149b12-8a3c-41bb-80b3-48220f166aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:11,483 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:55:11,483 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-a3f09140-111d-4db4-858e-e12a488ae893', 'x-compute-request-id': 'req-a3f09140-111d-4db4-858e-e12a488ae893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:12,536 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:55:12,537 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-72dde8fc-ba9f-40df-980d-08be66c4a03d', 'x-compute-request-id': 'req-72dde8fc-ba9f-40df-980d-08be66c4a03d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:13,589 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.048s 2022-09-02 09:55:13,589 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-c3abb09d-b72d-4df8-938e-17aad7b9ba1a', 'x-compute-request-id': 'req-c3abb09d-b72d-4df8-938e-17aad7b9ba1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:14,642 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.049s 2022-09-02 09:55:14,642 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-6c36e5f6-13f8-418b-a414-f285569654dd', 'x-compute-request-id': 'req-6c36e5f6-13f8-418b-a414-f285569654dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:15,693 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments 0.047s 2022-09-02 09:55:15,694 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-ca82b8ff-c869-4f19-bde9-b0c663faf2dc', 'x-compute-request-id': 'req-ca82b8ff-c869-4f19-bde9-b0c663faf2dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "volumeId": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "serverId": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "device": "/dev/sdb"}]}' 2022-09-02 09:55:16,851 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 POST http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/action 0.152s 2022-09-02 09:55:16,852 128281 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': 'Fri, 02 Sep 2022 09:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '75917', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061c7542-e06c-4903-90ad-b8df1a5b503a', 'x-compute-request-id': 'req-061c7542-e06c-4903-90ad-b8df1a5b503a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/a2bccc75-d837-4a98-8a78-841b2edb8ce5/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-09-02 09:55:16,854 128281 DEBUG [tempest.common.waiters] Console output for a2bccc75-d837-4a98-8a78-841b2edb8ce5 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.084000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088000] tsc: Detected 1995.191 MHz processor [ 0.092000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.092000] pid_max: default: 32768 minimum: 301 [ 0.096059] Security Framework initialized [ 0.100006] Yama: becoming mindful. [ 0.104052] AppArmor: AppArmor initialized [ 0.108256] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.112102] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.116026] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.120011] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.124540] CPU: Physical Processor ID: 0 [ 0.128303] mce: CPU supports 1 MCE banks [ 0.132112] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.136007] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.140000] Spectre V2 : Mitigation: Full generic retpoline [ 0.140006] Speculative Store Bypass: Vulnerable [ 0.178379] Freeing SMP alternatives memory: 36K [ 0.182447] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.188128] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.192106] Hierarchical SRCU implementation. [ 0.196790] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.200010] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.204097] smp: Bringing up secondary CPUs ... [ 0.208009] smp: Brought up 1 node, 1 CPU [ 0.212008] smpboot: Max logical packages: 1 [ 0.216034] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.220524] devtmpfs: initialized [ 0.224095] x86/mm: Memory block size: 128MB [ 0.228272] evm: security.selinux [ 0.232011] evm: security.SMACK64 [ 0.236006] evm: security.SMACK64EXEC [ 0.240007] evm: security.SMACK64TRANSMUTE [ 0.244005] evm: security.SMACK64MMAP [ 0.248006] evm: security.apparmor [ 0.252007] evm: security.ima [ 0.256007] evm: security.capability [ 0.260217] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.264025] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.268126] pinctrl core: initialized pinctrl subsystem [ 0.272294] NET: Registered protocol family 16 [ 0.276126] audit: initializing netlink subsys (disabled) [ 0.280238] cpuidle: using governor ladder [ 0.284015] audit: type=2000 audit(1662111360.280:1): state=initialized audit_enabled=0 res=1 [ 0.288018] cpuidle: using governor menu [ 0.292098] ACPI: bus type PCI registered [ 0.296007] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.301428] PCI: Using configuration type 1 for base access [ 0.305814] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.308332] ACPI: Added _OSI(Module Device) [ 0.312011] ACPI: Added _OSI(Processor Device) [ 0.316011] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.320011] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324037] ACPI: Added _OSI(Linux-Dell-Video) [ 0.334799] ACPI: Interpreter enabled [ 0.336026] ACPI: (supports S0 S5) [ 0.340012] ACPI: Using IOAPIC for interrupt routing [ 0.344078] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.348990] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.390250] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.392014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.400050] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.404022] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.408465] PCI host bridge to bus 0000:00 [ 0.412009] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.416008] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.420010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.424008] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428007] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.432009] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.478476] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.480008] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.484007] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.488008] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.496006] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.496006] * this clock source is slow. Consider trying other clock sources [ 0.512422] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.567509] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.568857] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.576704] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.580897] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.585403] SCSI subsystem initialized [ 0.588357] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.592000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.592012] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.596035] vgaarb: loaded [ 0.600085] pps_core: LinuxPPS API ver. 1 registered [ 0.604006] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.608038] PTP clock support registered [ 0.612106] EDAC MC: Ver: 3.0.0 [ 0.618475] hv_vmbus: Vmbus version:4.0 [ 0.620374] PCI: Using ACPI for IRQ routing [ 0.624000] NetLabel: Initializing [ 0.624000] NetLabel: domain hash size = 128 [ 0.624000] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.624000] NetLabel: unlabeled traffic allowed by default [ 0.624746] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.645438] VFS: Disk quotas dquot_6.6.0 [ 0.649619] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.654413] AppArmor: AppArmor Filesystem Enabled [ 0.659192] pnp: PnP ACPI init [ 0.670638] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.675207] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.679871] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.685194] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.691120] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.696442] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.701886] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.737832] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.742306] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.747127] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.752905] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.757847] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.762870] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.769739] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.775016] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.779992] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.785615] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.791528] pnp: PnP ACPI: found 9 devices [ 0.803401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.808746] NET: Registered protocol family 2 [ 0.814378] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.819351] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.823990] TCP: Hash tables configured (established 8192 bind 8192) [ 0.829035] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.833732] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.838573] NET: Registered protocol family 1 [ 0.845249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.850800] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.856232] Unpacking initramfs... [ 1.160990] Freeing initrd memory: 13088K [ 1.165845] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.170420] software IO TLB [mem 0x32660000-0x36660000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.176698] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 1.182188] Scanning for low memory corruption every 60 seconds [ 1.188487] Initialise system trusted keyrings [ 1.193426] Key type blacklist registered [ 1.198147] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.205080] zbud: loaded [ 1.209737] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.215275] fuse init (API version 7.26) [ 1.222101] Key type asymmetric registered [ 1.226762] Asymmetric key parser 'x509' registered [ 1.231537] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.237454] io scheduler noop registered (default) [ 1.242213] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.247566] ACPI: Power Button [PWRF] [ 1.252516] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.280904] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.310871] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.318244] Linux agpgart interface v0.103 [ 1.324590] loop: module loaded [ 1.328847] hv_vmbus: registering driver hv_storvsc [ 1.336623] scsi host0: storvsc_host_t [ 1.346104] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.355832] scsi host1: storvsc_host_t [ 1.366460] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.372569] random: fast init done [ 1.377503] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.389581] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.398819] scsi host2: ata_piix [ 1.403486] sd 0:0:0:0: [sda] Write Protect is off [ 1.409561] scsi host3: ata_piix [ 1.414092] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.419095] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.425048] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.445768] libphy: Fixed MDIO Bus: probed [ 1.450416] tun: Universal TUN/TAP device driver, 1.6 [ 1.455398] PPP generic driver version 2.4.2 [ 1.460364] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.485524] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.490246] sda: sda1 [ 1.494823] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.499989] mousedev: PS/2 mouse device common for all mice [ 1.506400] rtc_cmos 00:00: RTC can wake from S4 [ 1.541108] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.549294] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.553424] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.558826] device-mapper: uevent: version 1.0.3 [ 1.563734] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 1.572683] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.580895] NET: Registered protocol family 10 [ 1.590973] Segment Routing with IPv6 [ 2.636666] NET: Registered protocol family 17 [ 2.641334] Key type dns_resolver registered [ 2.645997] RAS: Correctable Errors collector initialized. [ 2.650326] registered taskstats version 1 [ 2.654317] Loading compiled-in X.509 certificates [ 2.663337] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.668887] zswap: loaded using pool lzo/zbud [ 2.679001] Key type big_key registered [ 2.683072] Key type trusted registered [ 2.689529] Key type encrypted registered [ 2.693775] AppArmor: AppArmor sha1 policy hashing enabled [ 2.698297] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 2.704501] evm: HMAC attrs: 0x1 [ 2.853213] rtc_cmos 00:00: setting system clock to 2022-09-02 09:36:03 UTC (1662111363) [ 2.858559] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.863962] EDD information not available. [ 3.310034] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.321888] ata2.00: configured for MWDMA2 [ 3.339030] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.362813] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.367283] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.376926] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 3.394645] Freeing unused kernel memory: 2248K [ 3.408134] Write protecting the kernel read-only data: 18432k [ 3.421327] Freeing unused kernel memory: 2008K [ 3.432632] Freeing unused kernel memory: 124K [ 3.444019] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.457660] x86/mm: Checking user space page tables [ 3.485811] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.549071] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.554419] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.560716] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.565921] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.570577] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.576071] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.595049] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.602776] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.610399] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.615160] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.757420] hv_vmbus: registering driver hv_netvsc [ 3.764188] hv_utils: Registering HyperV Utility Driver [ 3.769888] hv_vmbus: registering driver hv_util [ 3.787149] hidraw: raw HID events driver (C) Jiri Kosina [ 3.795462] hv_vmbus: registering driver hyperv_keyboard [ 3.817570] hv_vmbus: registering driver hid_hyperv [ 3.890488] 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.899394] hv_utils: Heartbeat IC version 3.0 [ 3.909038] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 3.929209] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 3.955584] hv_utils: Shutdown IC version 3.0 [ 3.962263] hv_utils: TimeSync IC version 4.0 [ 3.968631] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.176050] raid6: sse2x1 gen() 4854 MB/s [ 4.228032] raid6: sse2x1 xor() 3846 MB/s [ 4.280312] raid6: sse2x2 gen() 5554 MB/s [ 4.332045] raid6: sse2x2 xor() 4410 MB/s [ 4.384034] raid6: sse2x4 gen() 5526 MB/s [ 4.436039] raid6: sse2x4 xor() 3338 MB/s [ 4.447069] raid6: using algorithm sse2x2 gen() 5554 MB/s [ 4.456791] raid6: .... xor() 4410 MB/s, rmw enabled [ 4.461184] raid6: using intx1 recovery algorithm [ 4.468994] xor: measuring software checksum speed [ 4.512043] prefetch64-sse: 9559.000 MB/sec [ 4.568034] generic_sse: 8492.000 MB/sec [ 4.572668] xor: using function: prefetch64-sse (9559.000 MB/sec) [ 4.581599] 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.776497] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 4.956435] 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.597673] 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.605584] systemd[1]: Detected virtualization microsoft. [ 5.610979] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 5.677035] systemd[1]: Set hostname to <ubuntu>. [ 5.703696] systemd[1]: Initializing machine ID from random generator. [ 5.709474] systemd[1]: Installed transient /etc/machine-id file. [ 6.243785] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 6.310381] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 6.358964] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 6.429698] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Created slice sstem-getty.slice. Mounting Huge Pages File System... Starting Create list of required st... nodes fo the current kernel... Starting Remount Root and Kernel File Systems... Starting Journal Service... [[0;32m OK [0m] Reached target Slices. Mounting POSIX Message Queue File System... Starting Load Kernel Modules... Mounting Debug File System...[ 7.677630] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m[ 7.733760] iscsi: registered transport (tcp) ] Mounted Debug File System. [[0;32m OK [0m[ 7.787436] iscsi: registered transport (iser) ] Mounted POSIX Message Queue File System.[ 7.817922] EXT4-fs (sda1): re-mounted. Opts: (null) [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting Configuration File System... Mounting FUSE Control File System... Starting udev Cldplug all Devices... Starting Load/Save Random Seed... Starting Initial cloud-init job (pre-networking)... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Load/Save Random Seed. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target ocal File Systems. Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 32.137590] cloud-init[341]: Cloud-init v. 18.2 running 'init-local' at Fri, 02 Sep 2022 09:36:14 +0000. Up 12.60 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 73.123730] cloud-init[668]: Cloud-init v. 18.2 running 'init' at Fri, 02 Sep 2022 09:36:36 +0000. Up 35.07 seconds. [[ 73.300878] [0;32m OK [0mcloud-init[668]: ] ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++Started Initial cloud-init job (metadata service crawler). [ 73.461469] [cloud-init[668]: [0;32m OK [0m] ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Reached target Network is Online. [ 73.630345] cloud-init [668]: Starting iSCSI initiator daemon (iscsid)...ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ [0;32m OK [0m[ 73.804876] ] cloud-init[668]: Reached target Cloud-config availability.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[0;32m OK [0m ] [ 73.966103] Reached target System Initialization.cloud-init[668]: ci-info: | eth0 | True | 172.20.0.7 | 255.255.255.240 | . | fa:16:3e:517e:42 |[[0;32m OK [0m ] [ 74.113935] Listening on ACPID Listen Socket.cloud-init[668]: ci-info: | eth0 | True | fe80::f816:3eff:fe51:7e42/64 | . | link | fa:16:3e:51:7e:42 | [[ 74.248475] [0;32m OK [0mcloud-init[668]: ] ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |Started Daily apt download activities. [ 74.422345] cloud-init[[668]: [0;32m OK [0mci-info: | lo | True | ::1/128 | . | host | . |] Started Daily apt upgrade and clean activities. [ 74.606636] [cloud-init[0;32m OK [0m[668]: ] Started Daily Cleanup of Temporary Directories.ci-info: +--------+------+----------------------------+-----------------+-------+-------------------+ [[ 74.862766] [0;32m OK [0mcloud-init] [668]: Reached target Timers.ci-info: +++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ [ 75.054413] [cloud-init[668]: ci-info: +------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Started ACPI Events Check.[ 75.215998] cloud-init[[668]: [0;32m OK [0mci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |] Reached target Paths.[ 75.362016] cloud-init[[668]: [0;32m OK [0mci-info: +-------+----------------+------------+-----------------+-----------+-------+] Listening on D-Bus System Message Bus Socket. [ 75.612432] cloud-init [668]: [ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG |[0;32m OK [0m ] [ 75.736530] Reached target Sockets.cloud-init [668]: [[0;32m OK [0mci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH |] Reached target Basic System. [ 75.914154] [cloud-init[0;32m OK [0m] [668]: Started D-Bus System Message Bus.ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 76.079171] cloud-init[668]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 76.160676] cloud-init[668]: Generating public/private rsa key pair. [ 76.229826] cloud-init[668]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 76.294168] cloud-init[668]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 76.367976] cloud-init[668]: The key fingerprint is: [ 76.416055] cloud-init[668]: SHA256:0qrnTKOAOTNgSIPPpGJSMCIoDnY/wOr2KFxzniFhPXg root@tempest-serverrescuenegativetestjson-server-1404641164 Starting /etc/rc.local Compatibility...[ 76.558526] cloud-init[668]: The key's randomart image is: Starting Login Service... [ 76.682698] cloud-initStarting LSB: Record successful boot for GRUB...[668]: +---[RSA 2048]----+ [ 76.812130] cloud-init[[668]: [0;32m OK [0m|* . |] Started ACPI event daemon.[ 76.912527] cloud-init [668]: |B+ + |Starting Apply the settings specified in cloud-config... [ 77.068260] cloud-initStarting OpenBSD Secure Shell server...[668]: |*o= = | [[ 77.256218] [0;32m OK [0mcloud-init] [668]: Started Unattended Upgrades Shutdown.|oO.+ E . | [[ 77.438307] [0;32m OK [0m] cloud-init[668]: Started Deferred execution scheduler.|Bo+ o + S | [ 77.632225] cloud-init[[668]: [0;32m OK [0m|*= + o o |] Started Regular background program processing daemon. [ 77.820859] cloud-init[668]: Starting LSB: MD monitoring daemon...|O = = * | [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m[ 78.392218] ] Started /etc/rc.local Compatibility.cloud-init [668]: |.* o B.. |[[0;32m OK [0m ] Started iSCSI initiator daemon (iscsid).[ 78.646943] cloud-init [668]: |. ooo | [ 78.835602] [[0;32m OK [0mcloud-init] Started Login Service.[668]: +----[SHA256]-----+ [[0;32m OK [0m[ 79.023924] ] cloud-initStarted LSB: MD monitoring daemon.[668]: Generating public/private dsa key pair. Starting Login to default iSCSI targets...[ 79.212096] cloud-init[668]: Your identificaion has been saved in /etc/ssh/ssh_host_dsa_key. [ 79.311342] cloud-init[668]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [[ 79.430299] [0;32m OK [0m] Started Login to default iSCSI targets.cloud-init [668]: The key fingerprint is:[[0;32m OK [0m ] [ 79.600851] Started LSB: Record successful boot for GRUB.cloud-init[668]: SHA256:jx3+EqNqxFlS9hFBFMNptn2Eo00+5YyQ2yvKz6JoobY root@tempest-serverrescuenegativetestjson-server-1404641164[[0;32m OK [0m] Reached target Remote File Systems (Pre).[ 79.748483] cloud-init[[0;32m OK [0m[668]: ] The key's randomart image is:Reached target Remote File Systems. [ 79.950596] Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...cloud-init [668]: +---[DSA 1024]----+ Starting LSB: automatic crash report generation...[ 80.182065] cloud-init [668]: | +B* . | Starting Permit User Sessions... [ 80.328979] cloud-init[[0;32m OK [0m[668]: ] | o O.+ o |Started Permit User Sessions. [ 80.500784] [cloud-init[0;32m OK [0m[668]: ] | o + % B |Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [ 80.663822] cloud-init [668]: | . . = B + |[[0;32m OK [0m [ 80.769064] ] cloud-initStarted LSB: automatic crash report generation.[668]: | . +S . + | [ 80.896249] [[0;32m OK [0mcloud-init] [668]: Started Serial Getty on ttyS0.| . + =+.. | [ 81.006024] [cloud-init[0;32m OK [0m[668]: ] | . o ..o++ |Started Getty on tty1. [[0;32m OK [0m[ 81.160562] cloud-init[668]: ] Reached target Login Prompts.| o ... =... | [[ 81.255264] [0;32m OK [0mcloud-init] [668]: Reached target Multi-User System.| .Eo..oo oo.. | [ 81.338829] [cloud-init[0;32m OK [0m[668]: ] +----[SHA256]-----+Reached target Graphical Interface. [ 81.431812] cloud-init[668]: Starting Update UTMP about System Runlevel Changes...Generating public/private ecdsa key pair. [ 81.528741] cloud-init[668]: Your identification has been saed in /etc/ssh/ssh_host_ecdsa_key. [ 81.571956] cloud-init[668]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 81.620786] cloud-init[668]: The key fingerprint is: [ 81.671217] cloud-init[668]: SHA256:p/0QKTwTDAykLHSxUnQNvR+DLR711ynBi81tjGC/kEI root@tempest-serverrescuenegativetestjson-server-1404641164 [ 81.731679] cloud-init[668]: The key's randomart image is: [ 81.781369] cloud-init[668]: +---[ECDSA 256]---+ [ 81.836160] cloud-init[668]: | ..*+== . |[[0;32m OK [0m ] [ 81.914682] Started Update UTMP about System Runlevel Changes.cloud-init [668]: |..o.o .= E o o | [ 82.023852] cloud-init[668]: |..o. O o B B .| [ 82.068755] cloud-init[668]: | .. * * * O * | [ 82.118109] cloud-init[668]: | . S B o + | [ 82.171430] cloud-init[668]: | . O . . | [ 82.220297] cloud-init[668]: | . o | [ 82.269620] cloud-init[668]: | o | [ 82.332936] cloud-init[668]: | . | [ 82.378346] cloud-init[668]: +----[SHA256]-----+ [ 82.466539] cloud-init[668]: Generating public/private ed25519 key pair. [ 82.532205] cloud-init[668]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 82.603873] cloud-init[668]: Your public keyhas been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 82.689289] cloud-init[668]: The key fingerprint is: [ 82.859029] cloud-init[668]: SHA256:JF9gp9U00U99kTsX1lB4Oxo7xw35ssdjX5U3ukatIQY root@tempest-serverrescuenegativetestjson-server-1404641164 [ 82.919152] cloud-init[668]: The key's randomart image is: [ 82.987041] cloud-init[668]: +--[ED25519 256]--+ [ 83.029005] cloud-init[668]: | o oo+o.=*| [ 83.084448] cloud-init[668]: | . = ..o+*| [ 83.128378] cloud-init[668]: | . o . .==| [ 83.176918] cloud-init[668]: | + E .o=+| [ 83.227351] cloud-init[668]: | S . *=B| [ 83.273193] cloud-init[668]: | o *o+*| [ 83.338355] cloud-init[668]: | . o.=+.| [ 83.385052] cloud-init[668]: | ooo+| [ 83.433252] cloud-init[668]: | ....+| [ 83.490496] cloud-init[668]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-serverrescuenegativetestjson-server-1404641164 ttyS0 tempest-serverrescuenegativetestjson-server-1404641164 login: [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.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.191 MHz processor [ 0.100000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.100000] pid_max: default: 32768 minimum: 301 [ 0.104047] Security Framework initialized [ 0.108005] Yama: becoming mindful. [ 0.112000] AppArmor: AppArmor initialized [ 0.112245] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.116000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.116020] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.120009] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.124000] CPU: Physical Processor ID: 0 [ 0.124349] mce: CPU supports 1 MCE banks [ 0.128109] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.132004] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.136006] Spectre V2 : Mitigation: Full generic retpoline [ 0.140004] Speculative Store Bypass: Vulnerable [ 0.184272] Freeing SMP alternatives memory: 36K [ 0.190378] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.192096] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.196072] Hierarchical SRCU implementation. [ 0.204534] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.208005] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.212070] smp: Bringing up secondary CPUs ... [ 0.216006] smp: Brought up 1 node, 1 CPU [ 0.220004] smpboot: Max logical packages: 1 [ 0.224005] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.228462] devtmpfs: initialized [ 0.232083] x86/mm: Memory block size: 128MB [ 0.236329] evm: security.selinux [ 0.240034] evm: security.SMACK64 [ 0.244006] evm: security.SMACK64EXEC [ 0.248007] evm: security.SMACK64TRANSMUTE [ 0.252005] evm: security.SMACK64MMAP [ 0.256005] evm: security.apparmor [ 0.260004] evm: security.ima [ 0.264004] evm: security.capability [ 0.268159] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.272016] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.276067] pinctrl core: initialized pinctrl subsystem [ 0.280265] NET: Registered protocol family 16 [ 0.284134] audit: initializing netlink subsys (disabled) [ 0.288174] cpuidle: using governor ladder [ 0.292010] audit: type=2000 audit(1662111559.288:1): state=initialized audit_enabled=0 res=1 [ 0.296009] cpuidle: using governor menu [ 0.300060] ACPI: bus type PCI registered [ 0.304005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309276] PCI: Using configuration type 1 for base access [ 0.313511] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.316274] ACPI: Added _OSI(Module Device) [ 0.320008] ACPI: Added _OSI(Processor Device) [ 0.324005] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.328027] ACPI: Added _OSI(Processor Aggregator Device) [ 0.332017] ACPI: Added _OSI(Linux-Dell-Video) [ 0.344632] ACPI: Interpreter enabled [ 0.348013] ACPI: (supports S0 S5) [ 0.352005] ACPI: Using IOAPIC for interrupt routing [ 0.356059] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.360639] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.407498] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.408011] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.412011] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.416019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.420476] PCI host bridge to bus 0000:00 [ 0.424030] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.428008] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.432007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.436006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.440007] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.444007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.485237] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.488006] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.492005] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.496005] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.502179] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.502179] * this clock source is slow. Consider trying other clock sources [ 0.517640] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.565098] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.568800] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.572782] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.576860] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.580732] SCSI subsystem initialized [ 0.584310] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.588000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.588006] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.592004] vgaarb: loaded [ 0.596055] pps_core: LinuxPPS API ver. 1 registered [ 0.600004] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.604017] PTP clock support registered [ 0.608085] EDAC MC: Ver: 3.0.0 [ 0.616719] hv_vmbus: Vmbus version:4.0 [ 0.620098] PCI: Using ACPI for IRQ routing [ 0.624734] NetLabel: Initializing [ 0.628015] NetLabel: domain hash size = 128 [ 0.631934] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.632037] NetLabel: unlabeled traffic allowed by default [ 0.636159] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.655137] VFS: Disk quotas dquot_6.6.0 [ 0.659234] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.663902] AppArmor: AppArmor Filesystem Enabled [ 0.668060] pnp: PnP ACPI init [ 0.679892] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.684363] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.688660] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.692990] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.698080] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.702929] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.707516] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.712669] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.717020] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.721316] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.725763] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.730577] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.735273] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.740048] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.745487] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.750227] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.755054] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.762058] pnp: PnP ACPI: found 9 devices [ 0.773556] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.778774] NET: Registered protocol family 2 [ 0.783204] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.787895] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.793013] TCP: Hash tables configured (established 8192 bind 8192) [ 0.797566] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.802001] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.806732] NET: Registered protocol family 1 [ 0.811142] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.817057] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.822873] Unpacking initramfs... [ 1.117124] Freeing initrd memory: 13088K [ 1.121535] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.126110] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.131529] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 1.136985] Scanning for low memory corruption every 60 seconds [ 1.141887] Initialise system trusted keyrings [ 1.146165] Key type blacklist registered [ 1.150740] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.156691] zbud: loaded [ 1.161719] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.167213] fuse init (API version 7.26) [ 1.172292] Key type asymmetric registered [ 1.176643] Asymmetric key parser 'x509' registered [ 1.181182] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.186063] io scheduler noop registered (default) [ 1.190453] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.195503] ACPI: Power Button [PWRF] [ 1.200663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.228642] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.258476] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.266013] Linux agpgart interface v0.103 [ 1.271598] loop: module loaded [ 1.276208] hv_vmbus: registering driver hv_storvsc [ 1.283987] scsi host0: storvsc_host_t [ 1.293562] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.303018] scsi host1: storvsc_host_t [ 1.312046] random: fast init done [ 1.316464] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.322514] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.329070] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.341422] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.350137] scsi host2: ata_piix [ 1.355822] sd 0:0:0:0: [sda] Write Protect is off [ 1.360324] scsi host3: ata_piix [ 1.364507] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.369351] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.374108] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.389790] libphy: Fixed MDIO Bus: probed [ 1.394066] tun: Universal TUN/TAP device driver, 1.6 [ 1.399556] PPP generic driver version 2.4.2 [ 1.404063] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.425903] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.430804] sda: sda1 [ 1.434898] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.439448] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 1.445056] mousedev: PS/2 mouse device common for all mice [ 1.451084] rtc_cmos 00:00: RTC can wake from S4 [ 1.477005] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 1.482071] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 1.490961] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.496690] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.506880] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.512273] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.517030] sd 1:0:0:0: [sdb] Write Protect is off [ 1.524469] device-mapper: uevent: version 1.0.3 [ 1.529981] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 1.536411] NET: Registered protocol family 10 [ 1.543237] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 2.512600] Segment Routing with IPv6 [ 2.516801] NET: Registered protocol family 17 [ 2.521008] Key type dns_resolver registered [ 2.526132] RAS: Correctable Errors collector initialized. [ 2.530774] registered taskstats version 1 [ 2.535013] Loading compiled-in X.509 certificates [ 2.542925] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.548307] zswap: loaded using pool lzo/zbud [ 2.558330] Key type big_key registered [ 2.562592] Key type trusted registered [ 2.570115] Key type encrypted registered [ 2.575115] AppArmor: AppArmor sha1 policy hashing enabled [ 2.579792] sd 1:0:0:0: [sdb] Attached SCSI disk [ 2.584040] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 2.588748] evm: HMAC attrs: 0x1 [ 2.718291] rtc_cmos 00:00: setting system clock to 2022-09-02 09:39:22 UTC (1662111562) [ 2.723394] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.727985] EDD information not available. [ 3.177586] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.190809] ata2.00: configured for MWDMA2 [ 3.209400] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.229308] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.233682] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.241571] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 3.249656] Freeing unused kernel memory: 2248K [ 3.260071] Write protecting the kernel read-only data: 18432k [ 3.265293] Freeing unused kernel memory: 2008K [ 3.270555] Freeing unused kernel memory: 124K [ 3.286987] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.292158] x86/mm: Checking user space page tables [ 3.307019] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.361556] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.367814] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.372962] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.379693] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.384445] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.396070] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.407863] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.418172] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.425569] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.430278] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.581620] hv_vmbus: registering driver hv_netvsc [ 3.588863] hv_utils: Registering HyperV Utility Driver [ 3.593143] hv_vmbus: registering driver hv_util [ 3.605655] hidraw: raw HID events driver (C) Jiri Kosina [ 3.614204] hv_vmbus: registering driver hyperv_keyboard [ 3.633225] 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.652961] hv_vmbus: registering driver hid_hyperv [ 3.728422] hv_utils: Heartbeat IC version 3.0 [ 3.743813] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 3.763593] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 3.790040] hv_utils: Shutdown IC version 3.0 [ 3.795230] hv_utils: TimeSync IC version 4.0 [ 3.801326] hv_utils: VSS IC version 5.0 Begin: Loading ssential drivers ... [ 4.012041] raid6: sse2x1 gen() 4946 MB/s [ 4.064077] raid6: sse2x1 xor() 3901 MB/s [ 4.116235] raid6: sse2x2 gen() 6306 MB/s [ 4.168062] raid6: sse2x2 xor() 4485 MB/s [ 4.220027] raid6: sse2x4 gen() 7131 MB/s [ 4.272028] raid6: sse2x4 xor() 5384 MB/s [ 4.276344] raid6: using algorithm sse2x4 gen() 7131 MB/s [ 4.280702] raid6: .... xor() 5384 MB/s, rmw enabled [ 4.285323] raid6: using intx1 recovery algorithm [ 4.294393] xor: measuring software checksum speed [ 4.336027] prefetch64-sse: 10165.000 MB/sec [ 4.380024] generic_sse: 9220.000 MB/sec [ 4.388561] xor: using function: prefetch64-sse (10165.000 MB/sec) [ 4.399179] 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.563710] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 4.743782] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 4.748585] EXT4-fs (sda1): write access will be enabled during recovery [ 5.188265] EXT4-fs (sda1): recovery complete [ 5.239472] 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.639951] 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.647264] systemd[1]: Detected virtualization microsoft. [ 5.652134] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 5.699166] systemd[1]: Set hostname to <tempest-serverrescuenegativetestjson-server-1404641164>. [ 6.012485] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 6.066476] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 6.112647] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 6.164555] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 6.211777] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 6.258652] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Started ForwardPassword Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on Journal Socket. Starting Load Kernel Modules... Starting Create list of required st... nodes for the current kernel... [ 6.946019] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System...[ 6.982171] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System...[ 7.023520] iscsi: registered transport (iser) Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Mounting Debug File System... Starting Journal Service... Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] [ 7.220102] EXT4-fs (sda1): re-mounted. Opts: (null) Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Initial cloud-init job (pre-networking)... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting Configuration File System... Mounting FUSE Control File System... 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 Load/Save Random Seed. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[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 udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/eth0. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 22.599733] cloud-init[339]: Cloud-init v. 18.2 running 'init-local' at Fri, 02 Sep 2022 09:39:31 +0000. Up 11.02 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started ifup for eth0. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 42.925843] cloud-init[693]: Cloud-init v. 18.2 running 'init' at Fri, 02 Sep 2022 09:39:46 +0000. Up 25.29 seconds. [ 43.017133] cloud-init[[693]: [0;32m OK [0mci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [ 43.126290] [cloud-init[0;32m OK [0m[693]: ] ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Reached target System Initialization. [ 43.216274] [cloud-init[0;32m OK [0m] [693]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |Listening on ACPID Listen Socket. [[ 43.315473] [0;32m OK [0mcloud-init] [693]: Started Daily Cleanup of Temporary Directories.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [ [0;32m OK [0m] [ 43.421716] Listening on D-Bus System Message Bus Socket.cloud-init [693]: ci-info: | eth0 | True | 172.20.0.7 | 255.255.255.240 | . | fa:16:3e:51:7e:42 | [[ 43.498321] [0;32m OK [0mcloud-init] [693]: Started Daily apt download activities.ci-info: | eth0 | True | fe80::f816:3eff:fe51:7e42/64 | . | link | fa:16:3e:51:7e:42 | [ [0;32m OK [0m[ 43.603024] ] cloud-initStarted Daily apt upgrade and clean activities.[693]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[[0;32m OK [0m ] [ 43.703627] cloud-initReached target Timers. [693]: ci-info: | lo | True | ::1/128 | . | host | . | [ 43.780925] cloud-init[[693]: [0;32m OK [0mci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Started ACPI Events Check. [[ 43.889456] [0;32m OK [0mcloud-init] [693]: Reached target Paths.ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ [ [0;32m OK [0m[ 43.987964] ] cloud-initReached target Sockets.[693]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m ] [ 44.082223] Reached target Basic System.cloud-init[693]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [[ 44.154624] cloud-init[0;32m OK [0m[693]: ] Started Regular background program processing daemon.ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[ 44.253609] [0;32m OK [0mcloud-init] Started Deferred execution scheduler.[693]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | Starting Login Service... [ 44.367334] cloud-init[693]: Starting LSB: MD monitoring daemon...ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ [0;32m OK [0m[ 44.472742] ] cloud-initStarted Unattended Upgrades Shutdown.[693]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | Starting LSB: Record successful boot for GRUB...[ 44.567107] cloud-init[[693]: [0;32m OK [0mci-info: +-------+-----------------+------------+-----------------+-----------+-------+] Started D-Bus System Message Bus. [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Reached target Cloud-config availability. Starting Apply the settings specified in cloud-onfig... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. 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 LSB: automatic crash report generation... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[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] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[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. [ 52.369860] cloud-init[755]: Cloud-init v. 18.2 running 'modules:config' at Fri, 02 Sep 2022 09:40:07 +0000. Up 46.38 seconds. Ubuntu 16.04.4 LTS tempest-serverrescuenegativetestjson-server-1404641164 ttyS0 tempest-serverrescuenegativetestjson-server-1404641164 login: [ 60.252574] cloud-init[820]: Printing ubuntu user authorized keys [ 60.319491] cloud-init[820]: ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLLHv/Nub91GKNLs9oyitrOKCP+dZwm8X9/+SH+WM/FJGCajmtPtMsbZZzUwsAyg1lCAT5X1aUvR7/ACidqd/kiHPGR6KcISIjkMyjVDGfbvmPU3OJLIUXh3XJ+RdEZ4Mg== ci-info: Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu ci-info: +---------+-------------------+---------+---------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------+---------+---------+ ci-info: +---------+-------------------+---------+---------+ <14>Sep 2 09:40:22 ec2: <14>Sep 2 09:40:22 ec2: ############################################################# <14>Sep 2 09:40:22 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Sep 2 09:40:22 ec2: 1024 SHA256:jx3+EqNqxFlS9hFBFMNptn2Eo00+5YyQ2yvKz6JoobY root@tempest-serverrescuenegativetestjson-server-1404641164 (DSA) <14>Sep 2 09:40:22 ec2: 256 SHA256:p/0QKTwTDAykLHSxUnQNvR+DLR711ynBi81tjGC/kEI root@tempest-serverrescuenegativetestjson-server-1404641164 (ECDSA) <14>Sep 2 09:40:22 ec2: 256 SHA256:JF9gp9U00U99kTsX1lB4Oxo7xw35ssdjX5U3ukatIQY root@tempest-serverrescuenegativetestjson-server-1404641164 (ED25519) <14>Sep 2 09:40:22 ec2: 2048 SHA256:0qrnTKOAOTNgSIPPpGJSMCIoDnY/wOr2KFxzniFhPXg root@tempest-serverrescuenegativetestjson-server-1404641164 (RSA) <14>Sep 2 09:40:22 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Sep 2 09:40:22 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJAbYUgLpswIBmDWmTft+J/tGNnZSGsN8J1yzhKebWKjWFsA0GWXLxcKAf03pQ6vL1e08Wn6rnbwpZSfnd5FoiY= root@tempest-serverrescuenegativetestjson-server-1404641164 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINAFww6vVHIM6WKjaIT2t9KpM34kVKS6FBbntaYqlA5G root@tempest-serverrescuenegativetestjson-server-1404641164 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYiWTjmDSykPtUQPh3q9LaQW5ETE2cHrXTkFmzQKMA5ea4pRkpX/g4bQrZ1AGRf6RfjF8+LB423GpE0HJSSWblnr6CPMW4vJ1iXp5RJTjGWUiIO87hpjYvAQyOI5ejOgcWNlmAEV5xwBK4UYKAL5sbTVOynNUm3aDVuKXQGt7gz7A+SZHa1TSyrwaIpyFG6IIblPzeELDzvGH73zhsNu9/EUS5s/LiFtg4VRoriVAFA1jQB2pRMu2PSHdpiyPCmu+vMMvgbklPzXetzHN4LfQI/4FMQn5bpQlnt8rSS06bbzUlucLD2SI+4B4V+P76kwEex8RZN+p39baCI/xml9Uv root@tempest-serverrescuenegativetestjson-server-1404641164 -----END SSH HOST KEY KEYS----- [ 63.989918] cloud-init[820]: Cloud-init v. 18.2 running 'modules:final' at Fri, 02 Sep 2022 09:40:14 +0000. Up 53.44 seconds. [ 64.092496] cloud-init[820]: Cloud-init v. 18.2 finished at Fri, 02 Sep 2022 09:40:23 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 62.51 seconds 2022-09-02 09:55:16,901 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:55:16,905 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ada0a1db-7db0-419b-a50e-7d792d36bbc3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ada0a1db-7db0-419b-a50e-7d792d36bbc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:17,960 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:17,960 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17094d79-fe3a-4120-b8f7-db5fdf2a9a8d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17094d79-fe3a-4120-b8f7-db5fdf2a9a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:19,015 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:19,015 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc0cf92c-5043-4912-b748-80afc75ec1f6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc0cf92c-5043-4912-b748-80afc75ec1f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:20,071 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:55:20,072 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa86914-7964-4926-a7c2-84eba3586bbf', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa86914-7964-4926-a7c2-84eba3586bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:21,142 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.059s 2022-09-02 09:55:21,143 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93d27cef-0ca5-4011-ba5d-bf987cb8008e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93d27cef-0ca5-4011-ba5d-bf987cb8008e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:22,202 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.046s 2022-09-02 09:55:22,202 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e47d688-506c-46fc-bcfb-70ade5411757', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e47d688-506c-46fc-bcfb-70ade5411757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:23,264 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.051s 2022-09-02 09:55:23,264 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac3a1a18-1135-4154-beba-94944d175068', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac3a1a18-1135-4154-beba-94944d175068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:24,325 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.048s 2022-09-02 09:55:24,325 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c18e04b2-95d0-4791-9216-04d202defd68', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c18e04b2-95d0-4791-9216-04d202defd68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:25,380 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:25,381 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56b480ad-5116-4d90-8e20-be320fa3d1ca', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56b480ad-5116-4d90-8e20-be320fa3d1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:26,438 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:26,438 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c6690f-84b8-49f6-9f24-6979f1beaeb7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c6690f-84b8-49f6-9f24-6979f1beaeb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:27,496 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.046s 2022-09-02 09:55:27,496 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e622a2-1ad9-4f2e-aa60-7cc91c41a7b8', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e622a2-1ad9-4f2e-aa60-7cc91c41a7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:28,552 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:28,552 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6c3a966-8f99-4067-a20b-90c9e790e9cc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6c3a966-8f99-4067-a20b-90c9e790e9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:29,606 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:55:29,606 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb3be5d1-479e-42ea-8d77-8ac94c4d3732', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb3be5d1-479e-42ea-8d77-8ac94c4d3732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:30,661 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:55:30,662 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e14ffa1-bfe5-440a-b68d-ebfe19ee5ac1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e14ffa1-bfe5-440a-b68d-ebfe19ee5ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:31,715 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:55:31,715 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb108ea0-41f4-4217-8818-a5da8556b626', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb108ea0-41f4-4217-8818-a5da8556b626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:32,770 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:32,770 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b965558-e558-4405-9f00-00bb52a9c085', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b965558-e558-4405-9f00-00bb52a9c085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:33,825 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:33,825 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c003ec61-a10b-4804-8403-384ef9fe949c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c003ec61-a10b-4804-8403-384ef9fe949c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:34,882 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:55:34,883 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b1a6a0-9877-408a-aff3-ca4816a505d7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b1a6a0-9877-408a-aff3-ca4816a505d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:35,937 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:35,938 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf790f9-9bb6-4c50-98f6-89c84dc9e916', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf790f9-9bb6-4c50-98f6-89c84dc9e916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:36,993 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:36,993 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7b369f6-b9b5-40de-b156-6755f6485f0c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7b369f6-b9b5-40de-b156-6755f6485f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:38,050 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:55:38,050 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c410edb5-fdfa-4f12-ba31-8ce27bb551c5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c410edb5-fdfa-4f12-ba31-8ce27bb551c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:39,105 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:39,105 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e608b43-8686-4d17-be3b-cb9073edc1d3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e608b43-8686-4d17-be3b-cb9073edc1d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:40,161 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:40,162 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c8e0d81-cacd-4ea8-8ac9-7a474a81a1c0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c8e0d81-cacd-4ea8-8ac9-7a474a81a1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:41,216 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:41,217 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c9a540-75b3-41d9-8746-df65de690e5d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c9a540-75b3-41d9-8746-df65de690e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:42,272 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:42,273 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78fdf1c2-2d64-4789-8fd3-a973a39b8e9e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78fdf1c2-2d64-4789-8fd3-a973a39b8e9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:43,328 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:43,328 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3c33b37-8cf7-4a1c-96ae-4e0ecb3e939f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3c33b37-8cf7-4a1c-96ae-4e0ecb3e939f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:44,382 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:55:44,382 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b2d2fb-e4c2-409f-aead-2faafec7e501', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b2d2fb-e4c2-409f-aead-2faafec7e501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:45,438 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:45,438 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6a61ce-df91-4357-bd61-29a6ae7da7a2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6a61ce-df91-4357-bd61-29a6ae7da7a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:46,493 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:46,494 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-badb9077-8b8c-41a0-919e-2c5c2a183c07', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-badb9077-8b8c-41a0-919e-2c5c2a183c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:47,548 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:55:47,548 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edeb85f-a0b6-4406-95da-6778a6abc85e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edeb85f-a0b6-4406-95da-6778a6abc85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:48,607 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.047s 2022-09-02 09:55:48,608 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d1dad2-9f84-41e0-ac18-081a2361539c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d1dad2-9f84-41e0-ac18-081a2361539c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:49,664 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:49,664 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e53d94-ff03-4c72-90b9-01ca12e9744e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e53d94-ff03-4c72-90b9-01ca12e9744e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:50,717 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:55:50,718 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c67e85-fd01-469e-809d-45b657f05dc1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c67e85-fd01-469e-809d-45b657f05dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:51,774 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:51,774 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-284e51ca-7b39-45e5-a6eb-2c5729bd0761', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-284e51ca-7b39-45e5-a6eb-2c5729bd0761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:52,829 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:52,829 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431154eb-94a3-457f-b0d6-3f9abbca4c56', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431154eb-94a3-457f-b0d6-3f9abbca4c56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:53,884 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:55:53,884 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c42a92a-ee88-4912-a5e8-58173a6a6d7a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c42a92a-ee88-4912-a5e8-58173a6a6d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:54,939 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:55:54,940 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd373213-43e0-4ceb-b00c-a00693525f8f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd373213-43e0-4ceb-b00c-a00693525f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:55,997 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:55:55,997 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5935f206-a979-4d72-b0fd-a6a6526111d0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5935f206-a979-4d72-b0fd-a6a6526111d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:57,054 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:57,055 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa080ced-95e4-4dd4-a6a1-34a3bbf38737', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa080ced-95e4-4dd4-a6a1-34a3bbf38737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:58,111 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:55:58,111 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce1aaa5-835b-43a5-ac9d-108e0db4dc20', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce1aaa5-835b-43a5-ac9d-108e0db4dc20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:55:59,168 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:55:59,168 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1eb771-690b-49d5-b725-d3684a95180c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1eb771-690b-49d5-b725-d3684a95180c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:00,222 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:56:00,223 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8861f1e2-0665-44ba-b477-29fd16ec9382', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8861f1e2-0665-44ba-b477-29fd16ec9382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:01,278 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:01,279 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bebb0ec-df54-4015-8b1c-a2cb8d74b869', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bebb0ec-df54-4015-8b1c-a2cb8d74b869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:02,333 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:56:02,333 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e85d31a2-7e52-421c-93e3-179ada83fcfb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e85d31a2-7e52-421c-93e3-179ada83fcfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:03,388 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:03,395 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85639b59-1bde-47a1-8a80-e29529422b96', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85639b59-1bde-47a1-8a80-e29529422b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:04,450 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:04,451 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40133f24-5f14-4b78-bde6-c6e28fb15479', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40133f24-5f14-4b78-bde6-c6e28fb15479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:05,505 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:05,506 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a6d285-71c7-40eb-b978-76fbd8479323', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a6d285-71c7-40eb-b978-76fbd8479323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:06,562 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:06,563 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a374140-1cc9-4a39-b961-63fad23b5c42', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a374140-1cc9-4a39-b961-63fad23b5c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:07,781 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.207s 2022-09-02 09:56:07,782 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2448faa8-c98e-4535-81ea-0b41df4ea56d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2448faa8-c98e-4535-81ea-0b41df4ea56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:08,838 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:08,838 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69569b3a-c771-4850-9dc3-4339ef7ab7f9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69569b3a-c771-4850-9dc3-4339ef7ab7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:09,894 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:09,894 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39674a53-37f4-46f0-9f55-d1134aaf6035', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39674a53-37f4-46f0-9f55-d1134aaf6035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:10,948 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:56:10,948 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ffbd3e-3424-4263-aff8-3494edc9895f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ffbd3e-3424-4263-aff8-3494edc9895f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:12,005 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:56:12,005 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-309ce76d-5bb4-454e-b097-90bd089ce560', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-309ce76d-5bb4-454e-b097-90bd089ce560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:13,060 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:13,060 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52099df2-a0b1-4de7-a21b-b19be8803a9e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52099df2-a0b1-4de7-a21b-b19be8803a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:14,116 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:14,117 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83f8b05-a038-4e2a-9a04-945f4cd5d43d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83f8b05-a038-4e2a-9a04-945f4cd5d43d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:15,173 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:15,173 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f3d6788-c24c-46b9-af54-3860155c1454', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f3d6788-c24c-46b9-af54-3860155c1454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:16,228 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:16,228 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2f64ba-facb-4bbc-870d-595edbb9a5e4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2f64ba-facb-4bbc-870d-595edbb9a5e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:17,284 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:17,284 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42792782-0320-4f3d-83d0-ed037cd5e028', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42792782-0320-4f3d-83d0-ed037cd5e028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:18,339 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:18,340 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43e48fb8-64fa-493b-ad33-419384a520ea', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43e48fb8-64fa-493b-ad33-419384a520ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:19,394 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:56:19,395 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df087e3-551b-4eb5-a660-9000a17a1660', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df087e3-551b-4eb5-a660-9000a17a1660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:20,450 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:20,451 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca117244-e114-4eb4-95aa-54b2a0ecc54e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca117244-e114-4eb4-95aa-54b2a0ecc54e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:21,506 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:21,507 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5be2b73e-7879-4527-9135-721ceba61dd2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5be2b73e-7879-4527-9135-721ceba61dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:22,561 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:22,562 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f9e702-42ca-462d-a7e1-267ea4ca4e70', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f9e702-42ca-462d-a7e1-267ea4ca4e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:23,617 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:23,618 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e8eb9c-5a69-46b0-9130-e17e7935677d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e8eb9c-5a69-46b0-9130-e17e7935677d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:24,675 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:24,675 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4915e3-bb5c-4aaa-b32a-96fa68624f00', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4915e3-bb5c-4aaa-b32a-96fa68624f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:25,730 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:25,730 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3457b847-a692-48dd-a377-c417f03dd19e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3457b847-a692-48dd-a377-c417f03dd19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:26,785 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:26,785 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c27b82-688e-4bd7-891a-614ba0748fbb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c27b82-688e-4bd7-891a-614ba0748fbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:27,840 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:27,841 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-655d2458-7a46-42e4-b64b-c2be1e5e58b7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-655d2458-7a46-42e4-b64b-c2be1e5e58b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:28,897 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:28,897 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6211d6ca-3fe8-4261-94ca-07d6293f35c4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6211d6ca-3fe8-4261-94ca-07d6293f35c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:29,952 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:29,952 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1bcbda-b1e7-4ef1-8aa8-3bce7f830dc2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1bcbda-b1e7-4ef1-8aa8-3bce7f830dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:31,008 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:31,008 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c51deef-67aa-4fd4-916f-d2e77ee9d7f2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c51deef-67aa-4fd4-916f-d2e77ee9d7f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:32,061 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.041s 2022-09-02 09:56:32,062 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee8e713c-0ef2-4231-8f2d-25cbd7b617b9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee8e713c-0ef2-4231-8f2d-25cbd7b617b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:33,117 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:33,117 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7648d0d7-fd34-42d4-9bb9-a5579ec93517', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7648d0d7-fd34-42d4-9bb9-a5579ec93517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:34,175 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:34,175 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d4612d1-2732-4d66-9ad9-461f1c91dc93', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4612d1-2732-4d66-9ad9-461f1c91dc93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:35,231 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:35,231 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464586ff-0b2f-48c2-8794-fc6f16d0f8de', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464586ff-0b2f-48c2-8794-fc6f16d0f8de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:36,287 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:36,287 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03bd4077-2e1a-4687-b7c3-7a3be5ec3038', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03bd4077-2e1a-4687-b7c3-7a3be5ec3038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:37,341 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:56:37,342 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49cd07fb-448e-42e9-831d-9fa622334bc6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49cd07fb-448e-42e9-831d-9fa622334bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:38,397 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:38,398 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c239e5e3-10a2-4f29-a0e4-aa483d5705cc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c239e5e3-10a2-4f29-a0e4-aa483d5705cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:39,453 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:39,453 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc2c78a-609c-44a8-894b-4d35a9747d28', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc2c78a-609c-44a8-894b-4d35a9747d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:40,509 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:40,509 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cbe0970-9a07-4ad2-aa8c-bbb01a18b356', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cbe0970-9a07-4ad2-aa8c-bbb01a18b356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:41,564 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:41,565 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95e7d2e-5499-48fa-af2e-7a039ed733a2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95e7d2e-5499-48fa-af2e-7a039ed733a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:42,620 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:42,620 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2ef0f85-aafa-4431-9e91-bb409b744154', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2ef0f85-aafa-4431-9e91-bb409b744154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:43,678 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:56:43,678 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9394b43-f853-4ae7-ba71-4c27e10460a7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9394b43-f853-4ae7-ba71-4c27e10460a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:44,734 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:44,734 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596b0cad-7ba1-4ca6-9757-bac32fdc1d24', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596b0cad-7ba1-4ca6-9757-bac32fdc1d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:45,790 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:45,791 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a6d325c-5051-4ac5-a953-5d0534bf98b4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a6d325c-5051-4ac5-a953-5d0534bf98b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:46,846 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:46,847 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a3a9b9-dc73-4eee-ab0e-40847fe14693', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a3a9b9-dc73-4eee-ab0e-40847fe14693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:47,902 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:47,902 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246e8b30-c7e7-4921-b4fb-026250d6ca85', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246e8b30-c7e7-4921-b4fb-026250d6ca85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:48,958 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:48,958 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb16f6d-86b1-4f9c-8052-955684a7da5f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb16f6d-86b1-4f9c-8052-955684a7da5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:50,013 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:50,013 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1db4f626-19d7-47b4-a718-adfd9d3fe09e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1db4f626-19d7-47b4-a718-adfd9d3fe09e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:51,073 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:56:51,073 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce226cc0-710f-4eb3-afbe-372a5809fd63', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce226cc0-710f-4eb3-afbe-372a5809fd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:52,129 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:52,129 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17d9a3de-4a5b-4e9b-a5f1-b8315ea2449f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17d9a3de-4a5b-4e9b-a5f1-b8315ea2449f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:53,184 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:53,184 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d933578-8d65-4530-872b-5000544916f4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d933578-8d65-4530-872b-5000544916f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:54,240 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:54,240 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c16f62-8d73-44d7-86f6-4d39673bad12', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c16f62-8d73-44d7-86f6-4d39673bad12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:55,297 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:55,298 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61cb78d-cd46-4b7e-bd70-5fbfb205b475', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61cb78d-cd46-4b7e-bd70-5fbfb205b475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:56,353 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:56,354 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82676304-593c-4d5e-b63d-ad353bd4951b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82676304-593c-4d5e-b63d-ad353bd4951b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:57,408 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:57,409 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf033474-d076-4e5f-b3de-986fee9dff2b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf033474-d076-4e5f-b3de-986fee9dff2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:58,465 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:56:58,465 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6b16707-1953-4b95-be3b-e836d76faa02', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6b16707-1953-4b95-be3b-e836d76faa02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:56:59,520 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:56:59,521 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a641b167-9e5f-4d18-9d4a-a3ab083804ee', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a641b167-9e5f-4d18-9d4a-a3ab083804ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:00,576 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:57:00,577 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-892d3757-bb7d-444b-bf65-aad07b629087', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-892d3757-bb7d-444b-bf65-aad07b629087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:01,632 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:57:01,633 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28960290-4021-4b49-bb02-8e1df7ee5e97', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28960290-4021-4b49-bb02-8e1df7ee5e97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:02,703 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.058s 2022-09-02 09:57:02,704 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ed435f-c7a0-4d52-996e-28d77a2dc6c3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ed435f-c7a0-4d52-996e-28d77a2dc6c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:03,759 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:57:03,759 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0024a351-f6e2-4e88-a2d1-cb4869f9ada2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0024a351-f6e2-4e88-a2d1-cb4869f9ada2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:04,817 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.045s 2022-09-02 09:57:04,817 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167a2a9c-832a-4aec-ac37-54866d77af9a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167a2a9c-832a-4aec-ac37-54866d77af9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:05,878 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.048s 2022-09-02 09:57:05,878 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6365bdf-0a3a-4d0b-b604-37c86771a1ca', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6365bdf-0a3a-4d0b-b604-37c86771a1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:06,934 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:57:06,934 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b991d3e-b7e1-4c03-8c06-a1fd80dca27f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b991d3e-b7e1-4c03-8c06-a1fd80dca27f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:07,989 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:57:07,990 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8521c7c8-44c8-4fc9-b16d-4c21554b608d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8521c7c8-44c8-4fc9-b16d-4c21554b608d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:09,045 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:57:09,045 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b90e96a9-85d5-4b80-adba-a07c20eeac3f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b90e96a9-85d5-4b80-adba-a07c20eeac3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:10,100 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.043s 2022-09-02 09:57:10,100 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d912d22-1b19-4266-94e0-ce950c92359e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d912d22-1b19-4266-94e0-ce950c92359e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:11,156 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:57:11,157 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141089e3-d79f-475d-b4a1-f30a91d3bf5a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141089e3-d79f-475d-b4a1-f30a91d3bf5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:12,212 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:57:12,213 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f009ee15-1182-414e-adb0-79f20f38967b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f009ee15-1182-414e-adb0-79f20f38967b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:13,267 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:57:13,268 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91357a90-e949-4133-be72-4b5f14d937cc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91357a90-e949-4133-be72-4b5f14d937cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:14,321 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.042s 2022-09-02 09:57:14,321 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bed649-1ff6-4098-b062-994c5902f127', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64bed649-1ff6-4098-b062-994c5902f127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:15,377 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:57:15,378 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42063c97-4871-49d7-a158-6fa71b7295c2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42063c97-4871-49d7-a158-6fa71b7295c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:16,443 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.053s 2022-09-02 09:57:16,444 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b039892f-c843-4100-a976-ad26c6427965', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b039892f-c843-4100-a976-ad26c6427965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:17,499 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.044s 2022-09-02 09:57:17,499 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aac4ce10-f19a-4beb-9bb8-27d0bca1ff84', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aac4ce10-f19a-4beb-9bb8-27d0bca1ff84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:57:18,569 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 0.058s 2022-09-02 09:57:18,569 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940538a5-7852-4fbc-8dda-faecbc6d0d50', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940538a5-7852-4fbc-8dda-faecbc6d0d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:58:19,643 128281 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 09:58:46,158 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 86.576s 2022-09-02 09:58:46,158 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b21b513-3950-49f5-8abd-019b2514cac7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b21b513-3950-49f5-8abd-019b2514cac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 09:59:18,778 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 31.607s 2022-09-02 09:59:18,778 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50487fcf-0397-4954-9fa3-aff8cc5d1d82', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50487fcf-0397-4954-9fa3-aff8cc5d1d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 10:00:19,851 128281 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 2022-09-02 10:00:46,861 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 87.072s 2022-09-02 10:00:46,862 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1c29ca-a449-41a5-a6fd-e3547d634c46', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1c29ca-a449-41a5-a6fd-e3547d634c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' 2022-09-02 10:01:18,846 128281 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412 30.972s 2022-09-02 10:01:18,847 128281 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c7885a-327d-4036-a318-5b12f064a128', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c7885a-327d-4036-a318-5b12f064a128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412'} Body: b'{"volume": {"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:59.000000", "updated_at": "2022-09-02T09:42:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1026438001", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/c2945ae512e14bfbb7d02dedc4de7cd4/volumes/6aefd94e-dc9d-4a48-9b8a-97e273701412"}], "user_id": "c79aaf1f72634eefb5e89c8005afe54b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "attachment_id": "91874110-9847-40a3-a714-56ebf55f2747", "volume_id": "6aefd94e-dc9d-4a48-9b8a-97e273701412", "server_id": "a2bccc75-d837-4a98-8a78-841b2edb8ce5", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:41.000000"}], "os-vol-tenant-attr:tenant_id": "c2945ae512e14bfbb7d02dedc4de7cd4"}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 385, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 6aefd94e-dc9d-4a48-9b8a-97e273701412 failed to detach from server a2bccc75-d837-4a98-8a78-841b2edb8ce5 within the required time (360 s) from the compute API perspective }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 6aefd94e-dc9d-4a48-9b8a-97e273701412 failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/base.py", line 565, in _detach_volume self.servers_client.detach_volume(server['id'], volume['id']) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 480, 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 831, 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-916d5d89-1699-4ecc-9357-b397ae37866b)"} |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft5.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-02 09:32:35,524 128283 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-09-02 09:32:35,524 128283 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-02 09:32:36,185 128283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.57/compute/v2.1/os-keypairs 0.658s 2022-09-02 09:32:36,186 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1637250", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEudoS2rB7zMlidmb4B2/rOEIZgIUdNC4bKcdqZYZEAhMBCTUnJBP/1HYJOkdwoPP5tJG6RFpzTCs2+zzmZIURyZ5L43WvRrp3eTjKnyS0qxQY6RnLm+SuhCBQPmlFr82A=="}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '383', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-576b7e32-f612-43d2-ae71-7f6c7e9ba5c9', 'x-compute-request-id': 'req-576b7e32-f612-43d2-ae71-7f6c7e9ba5c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1637250", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEudoS2rB7zMlidmb4B2/rOEIZgIUdNC4bKcdqZYZEAhMBCTUnJBP/1HYJOkdwoPP5tJG6RFpzTCs2+zzmZIURyZ5L43WvRrp3eTjKnyS0qxQY6RnLm+SuhCBQPmlFr82A==", "fingerprint": "44:81:a0:2b:18:e9:15:a6:02:43:7f:af:f4:01:2a:ea", "user_id": "f65429de28ae41578c51a6b9099fea5c"}}' 2022-09-02 09:32:36,189 128283 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1637250 created 2022-09-02 09:32:37,186 128283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.57:9696/networking/v2.0/security-groups 0.995s 2022-09-02 09:32:37,186 128283 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--1257762377", "description": "tempest-description--424771808"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-c13e086e-5a1c-4d74-9b65-b602b0c502a0', 'date': 'Fri, 02 Sep 2022 09:32:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "381085fd-5d4c-4588-a916-99c91522f1d4", "name": "tempest-securitygroup--1257762377", "stateful": true, "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "description": "tempest-description--424771808", "shared": false, "security_group_rules": [{"id": "16f1c505-090c-4ff4-a593-be137dc9066c", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "security_group_id": "381085fd-5d4c-4588-a916-99c91522f1d4", "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": 93, "description": null, "tags": [], "created_at": "2022-09-02T09:32:36Z", "updated_at": "2022-09-02T09:32:36Z", "revision_number": 0, "project_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}, {"id": "877ed8ab-b1a7-4000-b869-e0c6e14ce014", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "security_group_id": "381085fd-5d4c-4588-a916-99c91522f1d4", "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": 92, "description": null, "tags": [], "created_at": "2022-09-02T09:32:36Z", "updated_at": "2022-09-02T09:32:36Z", "revision_number": 0, "project_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}], "tags": [], "created_at": "2022-09-02T09:32:36Z", "updated_at": "2022-09-02T09:32:36Z", "revision_number": 1, "project_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:32:37,717 128283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.530s 2022-09-02 09:32:37,717 128283 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": "381085fd-5d4c-4588-a916-99c91522f1d4", "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-87cb8de2-b844-4936-b899-8c446f4cdd56', 'date': 'Fri, 02 Sep 2022 09:32:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a634ae00-be43-45db-85d5-2a70aad480f3", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "security_group_id": "381085fd-5d4c-4588-a916-99c91522f1d4", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:32:37Z", "updated_at": "2022-09-02T09:32:37Z", "revision_number": 0, "project_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:32:38,496 128283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.778s 2022-09-02 09:32:38,496 128283 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": "381085fd-5d4c-4588-a916-99c91522f1d4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4ba74e25-3ad9-426a-8027-41da71879630', 'date': 'Fri, 02 Sep 2022 09:32:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2be829ad-2b5e-4419-b37a-039a11e5bec4", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "security_group_id": "381085fd-5d4c-4588-a916-99c91522f1d4", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:32:38Z", "updated_at": "2022-09-02T09:32:38Z", "revision_number": 0, "project_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:32:38,497 128283 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1257762377 created 2022-09-02 09:32:41,066 128283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.57:9696/networking/v2.0/floatingips 2.569s 2022-09-02 09:32:41,066 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-a4d14d14-2eab-4a50-888f-f0b6f85df078', 'date': 'Fri, 02 Sep 2022 09:32:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "74ddaf7d-ea1a-4f3a-9359-e7b5b8231002", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "floating_ip_address": "172.27.3.174", "floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-02T09:32:39Z", "updated_at": "2022-09-02T09:32:39Z", "revision_number": 0}}' 2022-09-02 09:32:41,067 128283 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '74ddaf7d-ea1a-4f3a-9359-e7b5b8231002', 'tenant_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'floating_ip_address': '172.27.3.174', 'floating_network_id': '56cab638-3310-4894-9396-1b737a9e8217', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-02T09:32:39Z', 'updated_at': '2022-09-02T09:32:39Z', 'revision_number': 0, 'ip': '172.27.3.174'} created 2022-09-02 09:32:41,642 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.57/identity/v3/auth/tokens 0.569s 2022-09-02 09:32:41,642 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-11636885-6644-451b-a3b2-f1366c0e09a1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f65429de28ae41578c51a6b9099fea5c", "name": "tempest-AttachVolumeTestJSON-1359953646-project", "password_expires_at": null}, "audit_ids": ["8R1iWucRSFeh4AB7TXCOrQ"], "expires_at": "2022-09-02T10:32:41.000000Z", "issued_at": "2022-09-02T09:32:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea33fe1eaf1047f78312a8e9fa9152c4", "name": "tempest-AttachVolumeTestJSON-1359953646"}, "is_domain": false, "roles": [{"id": "b381d11646e54d1197676600202a6144", "name": "reader"}, {"id": "efe6bdd5112340b48b262ceafbc19c04", "name": "member"}], "catalog": [{"endpoints": [{"id": "abfa66729ad0412da987e4b30449129d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/identity", "region": "RegionOne"}], "id": "0490240d56d342b2a50d12d751254d8d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "775e9981bdfd4c32b853a5a7ce4396b8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:9696/networking", "region": "RegionOne"}], "id": "08527b54fc994606a0aa2185f037197d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2fb8b6dacbef4a429bde47682556ef6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4", "region": "RegionOne"}], "id": "15c4fcaa94814cb2b4366dbc308e3e2b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d67aa037ef1f4b9587480e651ac6f85d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2.1", "region": "RegionOne"}], "id": "2bea28b9432f4cfaaf9d3312ed015958", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "d73e8a41961440d6903228f898d59074", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4", "region": "RegionOne"}], "id": "5dc199dbac524f63863d8023d939dc0a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b3b50dffb8f148b5b771db878fb46b17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/placement", "region": "RegionOne"}], "id": "a07dcccfe4614246bb5a9cbaa7f64715", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8ecd6ea770874ce0bb5005132b1ffc16", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2/ea33fe1eaf1047f78312a8e9fa9152c4", "region": "RegionOne"}], "id": "bfc863ccf942426dbd507a6356d0d604", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4ec69de97a004dcea0c105e5f2a251ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:8080/v1/AUTH_ea33fe1eaf1047f78312a8e9fa9152c4", "region": "RegionOne"}, {"id": "62d4f667eaa44f32a5b40e8ff89a514e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.57:8080", "region": "RegionOne"}], "id": "c9cb416f214a46ad9571659959580616", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81d5cc6d1b644b0f9fae0968c4704a6c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/image", "region": "RegionOne"}], "id": "fe0412e5a25e44f4a5f55dd77d1611aa", "type": "image", "name": "glance"}]}}' 2022-09-02 09:32:41,643 128283 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '03a44734-2ee4-42c1-bac2-2865fbb1a5aa', 'name': 'tempest-AttachVolumeTestJSON-800820493-network', 'tenant_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 684, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-02T09:32:25Z', 'updated_at': '2022-09-02T09:32:25Z', 'revision_number': 1} available for tenant 2022-09-02 09:32:41,643 128283 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1637250', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEudoS2rB7zMlidmb4B2/rOEIZgIUdNC4bKcdqZYZEAhMBCTUnJBP/1HYJOkdwoPP5tJG6RFpzTCs2+zzmZIURyZ5L43WvRrp3eTjKnyS0qxQY6RnLm+SuhCBQPmlFr82A==', 'fingerprint': '44:81:a0:2b:18:e9:15:a6:02:43:7f:af:f4:01:2a:ea', 'user_id': 'f65429de28ae41578c51a6b9099fea5c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDju571a69WWj1nkfoWOZ2r9fvc+IE/LUoPM/aFWCDtnFtygv1nX8+B\nzNfeQqRynOKgBwYFK4EEACKhZANiAARLnaEtqwe8zJYnZm+Adv6zhCGYCFHTQuGy\nnHamWGRAITAQk1JyQT/9R2CTpHcKDz+bSRukRac0wrNvs85mSFEcmeS+N1r0a6d3\nk4yp8ktKsUGOkZy5vkroQgUD5pRa/Ng=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '381085fd-5d4c-4588-a916-99c91522f1d4', 'name': 'tempest-securitygroup--1257762377', 'stateful': True, 'tenant_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'description': 'tempest-description--424771808', 'shared': False, 'security_group_rules': [{'id': '16f1c505-090c-4ff4-a593-be137dc9066c', 'tenant_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'security_group_id': '381085fd-5d4c-4588-a916-99c91522f1d4', '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': 93, 'description': None, 'tags': [], 'created_at': '2022-09-02T09:32:36Z', 'updated_at': '2022-09-02T09:32:36Z', 'revision_number': 0, 'project_id': 'ea33fe1eaf1047f78312a8e9fa9152c4'}, {'id': '877ed8ab-b1a7-4000-b869-e0c6e14ce014', 'tenant_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'security_group_id': '381085fd-5d4c-4588-a916-99c91522f1d4', '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': 92, 'description': None, 'tags': [], 'created_at': '2022-09-02T09:32:36Z', 'updated_at': '2022-09-02T09:32:36Z', 'revision_number': 0, 'project_id': 'ea33fe1eaf1047f78312a8e9fa9152c4'}], 'tags': [], 'created_at': '2022-09-02T09:32:36Z', 'updated_at': '2022-09-02T09:32:36Z', 'revision_number': 1, 'project_id': 'ea33fe1eaf1047f78312a8e9fa9152c4'}, 'floating_ip': {'id': '74ddaf7d-ea1a-4f3a-9359-e7b5b8231002', 'tenant_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'floating_ip_address': '172.27.3.174', 'floating_network_id': '56cab638-3310-4894-9396-1b737a9e8217', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea33fe1eaf1047f78312a8e9fa9152c4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-02T09:32:39Z', 'updated_at': '2022-09-02T09:32:39Z', 'revision_number': 0, 'ip': '172.27.3.174'}} 2022-09-02 09:32:43,710 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.57/compute/v2.1/servers 2.066s 2022-09-02 09:32:43,711 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1223574817", "imageRef": "5629e487-43fb-4fae-9f63-5bd7dca44758", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "03a44734-2ee4-42c1-bac2-2865fbb1a5aa"}], "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "key_name": "tempest-keypair-1637250", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12eb0e61-2c32-45b3-88fc-55a82b83279e', 'x-compute-request-id': 'req-12eb0e61-2c32-45b3-88fc-55a82b83279e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/servers'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "adminPass": "password"}}' 2022-09-02 09:32:44,063 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.348s 2022-09-02 09:32:44,063 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a97b7dcb-c606-4e0b-89d0-e9b061631c0a', 'x-compute-request-id': 'req-a97b7dcb-c606-4e0b-89d0-e9b061631c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:45,296 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.218s 2022-09-02 09:32:45,297 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0607716-1f06-4b9a-98b1-6ea9d2c1a243', 'x-compute-request-id': 'req-f0607716-1f06-4b9a-98b1-6ea9d2c1a243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:46,743 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.430s 2022-09-02 09:32:46,743 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-115ef927-c58f-46da-a031-04f8111b79ef', 'x-compute-request-id': 'req-115ef927-c58f-46da-a031-04f8111b79ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:46,754 128283 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-09-02 09:32:48,038 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.282s 2022-09-02 09:32:48,039 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9b404d2-a09e-4284-aabd-330bb95d55c7', 'x-compute-request-id': 'req-f9b404d2-a09e-4284-aabd-330bb95d55c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:49,724 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.673s 2022-09-02 09:32:49,724 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b490052-3bf1-43e1-8bb4-d45eab17eb1e', 'x-compute-request-id': 'req-1b490052-3bf1-43e1-8bb4-d45eab17eb1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:49,735 128283 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2022-09-02 09:32:51,326 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.583s 2022-09-02 09:32:51,327 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1293', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5bbc6fd-afa4-43a2-acce-6b0651094d53', 'x-compute-request-id': 'req-d5bbc6fd-afa4-43a2-acce-6b0651094d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:51,338 128283 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2022-09-02 09:32:53,248 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.909s 2022-09-02 09:32:53,349 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bf9d6e7-35d3-4ff7-9a16-ee52bd865697', 'x-compute-request-id': 'req-2bf9d6e7-35d3-4ff7-9a16-ee52bd865697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:55,279 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.916s 2022-09-02 09:32:55,279 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0c76566-8829-40f7-a8cc-02ed735b75a5', 'x-compute-request-id': 'req-b0c76566-8829-40f7-a8cc-02ed735b75a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:56,953 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.660s 2022-09-02 09:32:56,954 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04813fc9-9704-439e-918c-72d14f7cfbd9', 'x-compute-request-id': 'req-04813fc9-9704-439e-918c-72d14f7cfbd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:58,359 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.392s 2022-09-02 09:32:58,364 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34a904d9-3fb3-4abd-b24f-af110b5adad1', 'x-compute-request-id': 'req-34a904d9-3fb3-4abd-b24f-af110b5adad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:32:59,585 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.208s 2022-09-02 09:32:59,585 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-534ad5c2-9dc8-499b-b502-aaef4b439954', 'x-compute-request-id': 'req-534ad5c2-9dc8-499b-b502-aaef4b439954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:00,787 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.190s 2022-09-02 09:33:00,788 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-accc92ab-4190-449c-ba66-1fa81f16c545', 'x-compute-request-id': 'req-accc92ab-4190-449c-ba66-1fa81f16c545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:02,086 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.286s 2022-09-02 09:33:02,086 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d0835be-4343-478e-be07-96960c4e769f', 'x-compute-request-id': 'req-1d0835be-4343-478e-be07-96960c4e769f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:03,460 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.359s 2022-09-02 09:33:03,460 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a92eca54-3c33-4051-8ecd-9066672d04ca', 'x-compute-request-id': 'req-a92eca54-3c33-4051-8ecd-9066672d04ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:04,629 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.157s 2022-09-02 09:33:04,629 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15192cbf-dcb2-4385-b2c9-d02e247cd103', 'x-compute-request-id': 'req-15192cbf-dcb2-4385-b2c9-d02e247cd103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:06,088 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.447s 2022-09-02 09:33:06,088 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-facfee02-b143-4054-8816-e83b2a481a24', 'x-compute-request-id': 'req-facfee02-b143-4054-8816-e83b2a481a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:07,323 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.222s 2022-09-02 09:33:07,324 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e3c92d3-f69b-4d3b-a7e1-1a3b53102ba8', 'x-compute-request-id': 'req-4e3c92d3-f69b-4d3b-a7e1-1a3b53102ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:08,507 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.164s 2022-09-02 09:33:08,508 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3885631-c155-4f61-a72d-35c0ef98cbbf', 'x-compute-request-id': 'req-b3885631-c155-4f61-a72d-35c0ef98cbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:09,696 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.176s 2022-09-02 09:33:09,696 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eed2dcaa-0603-4eab-b1ca-c0bd5820b470', 'x-compute-request-id': 'req-eed2dcaa-0603-4eab-b1ca-c0bd5820b470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:10,872 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.163s 2022-09-02 09:33:10,873 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88ae7c12-ae0a-469b-8830-23542fcb4980', 'x-compute-request-id': 'req-88ae7c12-ae0a-469b-8830-23542fcb4980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:12,044 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.159s 2022-09-02 09:33:12,045 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-321b2d16-3f13-4960-b64f-f2c6fa9a8e36', 'x-compute-request-id': 'req-321b2d16-3f13-4960-b64f-f2c6fa9a8e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:13,231 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.174s 2022-09-02 09:33:13,232 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df29711f-472e-4691-ac6a-934154edbc9d', 'x-compute-request-id': 'req-df29711f-472e-4691-ac6a-934154edbc9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:14,422 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.176s 2022-09-02 09:33:14,422 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-162c0d3e-b261-4630-a44b-7ab7e741b0d3', 'x-compute-request-id': 'req-162c0d3e-b261-4630-a44b-7ab7e741b0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:15,660 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.226s 2022-09-02 09:33:15,660 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa1b380e-ce86-4de6-b721-2937f326e61e', 'x-compute-request-id': 'req-fa1b380e-ce86-4de6-b721-2937f326e61e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:16,851 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.178s 2022-09-02 09:33:16,851 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69a41e13-5e36-472d-a79b-10184b2e17e4', 'x-compute-request-id': 'req-69a41e13-5e36-472d-a79b-10184b2e17e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:18,023 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.158s 2022-09-02 09:33:18,023 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6adc6c06-8649-4b9b-b8ed-695651a80ce1', 'x-compute-request-id': 'req-6adc6c06-8649-4b9b-b8ed-695651a80ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:19,197 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.160s 2022-09-02 09:33:19,197 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9e67615-6f6c-4932-a379-2bd3be24569a', 'x-compute-request-id': 'req-c9e67615-6f6c-4932-a379-2bd3be24569a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:20,388 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.178s 2022-09-02 09:33:20,389 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98648f62-4ab5-462d-92de-dd853d6a27ee', 'x-compute-request-id': 'req-98648f62-4ab5-462d-92de-dd853d6a27ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:21,595 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.192s 2022-09-02 09:33:21,598 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56aead31-e761-471b-93f1-da84b0115c11', 'x-compute-request-id': 'req-56aead31-e761-471b-93f1-da84b0115c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:22,803 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.193s 2022-09-02 09:33:22,803 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea8194a-f0c5-4f98-8ae3-f9db6c357623', 'x-compute-request-id': 'req-eea8194a-f0c5-4f98-8ae3-f9db6c357623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:23,993 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.178s 2022-09-02 09:33:23,993 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d82a50-eff5-4ae3-905c-719a303f33f3', 'x-compute-request-id': 'req-f1d82a50-eff5-4ae3-905c-719a303f33f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:25,159 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.153s 2022-09-02 09:33:25,159 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16659c79-aad1-47b2-ae3c-92c63990abb5', 'x-compute-request-id': 'req-16659c79-aad1-47b2-ae3c-92c63990abb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:26,637 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.465s 2022-09-02 09:33:26,638 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e719d5f-b152-4e04-92eb-fa86506ada3b', 'x-compute-request-id': 'req-3e719d5f-b152-4e04-92eb-fa86506ada3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:27,817 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.166s 2022-09-02 09:33:27,817 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8302f83-54b9-4ab7-9ca3-9470b799681a', 'x-compute-request-id': 'req-a8302f83-54b9-4ab7-9ca3-9470b799681a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:29,023 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.194s 2022-09-02 09:33:29,023 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57466630-c2a1-47d6-8973-ee4c143e1742', 'x-compute-request-id': 'req-57466630-c2a1-47d6-8973-ee4c143e1742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:30,199 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.159s 2022-09-02 09:33:30,202 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88da4514-e1eb-4e29-82c5-0152497e75da', 'x-compute-request-id': 'req-88da4514-e1eb-4e29-82c5-0152497e75da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:31,457 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.242s 2022-09-02 09:33:31,457 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd01c770-289c-4679-ab7c-fac230943ff1', 'x-compute-request-id': 'req-fd01c770-289c-4679-ab7c-fac230943ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:32,669 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.196s 2022-09-02 09:33:32,678 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b73ec15c-b387-4a23-8919-c8e60c7694d4', 'x-compute-request-id': 'req-b73ec15c-b387-4a23-8919-c8e60c7694d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:33,864 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.173s 2022-09-02 09:33:33,864 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb696352-e172-43e1-976f-84875e7282ab', 'x-compute-request-id': 'req-eb696352-e172-43e1-976f-84875e7282ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:35,066 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.188s 2022-09-02 09:33:35,067 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ab2dbe1-6f7e-4f43-8bf5-f17607460a5d', 'x-compute-request-id': 'req-1ab2dbe1-6f7e-4f43-8bf5-f17607460a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:36,263 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.182s 2022-09-02 09:33:36,263 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb759439-b508-4500-9a60-75751ddab2f3', 'x-compute-request-id': 'req-eb759439-b508-4500-9a60-75751ddab2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "BUILD", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:37,477 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.201s 2022-09-02 09:33:37,478 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-606e6ee7-c79e-4f12-bbda-7096c2e67688', 'x-compute-request-id': 'req-606e6ee7-c79e-4f12-bbda-7096c2e67688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:33:37Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:33:37,489 128283 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 53 second wait 2022-09-02 09:33:37,637 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-interface 0.147s 2022-09-02 09:33:37,637 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6be39c28-bfb4-44f7-9dcf-1c2a41942cba', 'x-compute-request-id': 'req-6be39c28-bfb4-44f7-9dcf-1c2a41942cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "03a44734-2ee4-42c1-bac2-2865fbb1a5aa", "port_id": "0277f0c4-2ab4-4648-b7be-e37876a5929e", "mac_addr": "fa:16:3e:46:e6:e2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0160ed14-a2f6-47c7-ac55-d823d3efd7fe", "ip_address": "172.20.0.6"}]}]}' 2022-09-02 09:33:39,441 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.57:9696/networking/v2.0/floatingips/74ddaf7d-ea1a-4f3a-9359-e7b5b8231002 1.799s 2022-09-02 09:33:39,442 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "0277f0c4-2ab4-4648-b7be-e37876a5929e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-07235d25-59ad-4b34-9743-0ac5d54ce844', 'date': 'Fri, 02 Sep 2022 09:33:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/floatingips/74ddaf7d-ea1a-4f3a-9359-e7b5b8231002'} Body: b'{"floatingip": {"id": "74ddaf7d-ea1a-4f3a-9359-e7b5b8231002", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "floating_ip_address": "172.27.3.174", "floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217", "router_id": "a00e26f5-a60a-4f52-88ae-ac49cde537b5", "port_id": "0277f0c4-2ab4-4648-b7be-e37876a5929e", "fixed_ip_address": "172.20.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "03a44734-2ee4-42c1-bac2-2865fbb1a5aa", "mac_address": "fa:16:3e:46:e6:e2", "admin_state_up": true, "status": "ACTIVE", "device_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-02T09:32:39Z", "updated_at": "2022-09-02T09:33:38Z", "revision_number": 1, "project_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:33:39,443 128283 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.174:22' as 'ubuntu' with public key authentication 2022-09-02 09:33:43,579 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 1. Retry after 2 seconds. 2022-09-02 09:33:49,150 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 2. Retry after 3 seconds. 2022-09-02 09:33:55,706 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 3. Retry after 4 seconds. 2022-09-02 09:34:03,295 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 4. Retry after 5 seconds. 2022-09-02 09:34:11,866 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 5. Retry after 6 seconds. 2022-09-02 09:34:21,435 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 6. Retry after 7 seconds. 2022-09-02 09:34:31,995 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 7. Retry after 8 seconds. 2022-09-02 09:34:43,579 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 8. Retry after 9 seconds. 2022-09-02 09:34:53,091 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 9. Retry after 10 seconds. 2022-09-02 09:35:03,600 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 10. Retry after 11 seconds. 2022-09-02 09:35:15,112 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 11. Retry after 12 seconds. 2022-09-02 09:35:27,625 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 12. Retry after 13 seconds. 2022-09-02 09:35:41,140 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 13. Retry after 14 seconds. 2022-09-02 09:35:55,657 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 14. Retry after 15 seconds. 2022-09-02 09:36:11,172 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 15. Retry after 16 seconds. 2022-09-02 09:36:27,690 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 16. Retry after 17 seconds. 2022-09-02 09:36:45,221 128283 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:36:45,402 128283 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:36:45,402 128283 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.174 successfully created 2022-09-02 09:36:45,443 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/ips 0.040s 2022-09-02 09:36:45,443 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '145', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9784aff0-daaa-49cf-a7d6-d75464074b37', 'x-compute-request-id': 'req-9784aff0-daaa-49cf-a7d6-d75464074b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6"}, {"version": 4, "addr": "172.27.3.174"}]}}' 2022-09-02 09:36:45,447 128283 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.174:22' as 'ubuntu' with public key authentication 2022-09-02 09:36:45,462 128283 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:36:45,565 128283 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:36:45,566 128283 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.174 successfully created 2022-09-02 09:36:45,566 128283 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-09-02 09:36:45,567 128283 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.174:22' as 'ubuntu' with public key authentication 2022-09-02 09:36:45,631 128283 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:36:45,767 128283 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:36:45,767 128283 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.174 successfully created 2022-09-02 09:36:46,950 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes 0.617s 2022-09-02 09:36:46,950 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-600458272"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95cce035-f4d0-4d11-9a1a-6ef5a2d41152', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95cce035-f4d0-4d11-9a1a-6ef5a2d41152', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:46.666038", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-02 09:36:46,999 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.038s 2022-09-02 09:36:47,000 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1ac51f-3686-4913-8a94-b4121b6d3f41', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1ac51f-3686-4913-8a94-b4121b6d3f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:48,052 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.041s 2022-09-02 09:36:48,053 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3a0516-c519-4424-8a73-333282010cda', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3a0516-c519-4424-8a73-333282010cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:47.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:49,104 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.040s 2022-09-02 09:36:49,105 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a6ce0a2-6d3f-42f5-a441-75cc9d575446', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a6ce0a2-6d3f-42f5-a441-75cc9d575446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:48.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:49,116 128283 INFO [tempest.common.waiters] volume 2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 reached available after waiting for 2.116018 seconds 2022-09-02 09:36:52,825 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 3.708s 2022-09-02 09:36:52,825 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:49 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-43b7b7b1-b6a7-44b4-9948-c531d77194f2', 'x-compute-request-id': 'req-43b7b7b1-b6a7-44b4-9948-c531d77194f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "device": "/dev/sdb"}}' 2022-09-02 09:36:52,886 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.057s 2022-09-02 09:36:52,886 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8fdab00-8130-435b-91b6-446a42b0d586', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8fdab00-8130-435b-91b6-446a42b0d586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:53,943 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:36:53,944 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee908db-2942-45da-8ee7-2ca329c69497', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee908db-2942-45da-8ee7-2ca329c69497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:55,002 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.047s 2022-09-02 09:36:55,002 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27535b09-3469-4c07-8c28-9a7efb583ffe', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27535b09-3469-4c07-8c28-9a7efb583ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:56,056 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:36:56,057 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2956e560-50ae-43a7-8b69-131cd51cebf3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2956e560-50ae-43a7-8b69-131cd51cebf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:57,115 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.047s 2022-09-02 09:36:57,116 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c1fe448-71b3-4203-9549-58d9325b8eec', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1fe448-71b3-4203-9549-58d9325b8eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:58,171 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:36:58,171 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db976e8f-3886-4953-a16c-1c08f95f3911', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db976e8f-3886-4953-a16c-1c08f95f3911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:36:59,226 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:36:59,227 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5605e4d2-f07d-4047-883e-6a98ccc8e30b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5605e4d2-f07d-4047-883e-6a98ccc8e30b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:37:00,281 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:37:00,281 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-096d7c48-f977-469c-8a24-d7cf5de7dd20', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-096d7c48-f977-469c-8a24-d7cf5de7dd20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:37:01,337 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:37:01,338 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cdcdf6d-484a-4d3c-9e27-05a867e61be4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cdcdf6d-484a-4d3c-9e27-05a867e61be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:37:02,394 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:37:02,394 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0380e768-e707-4a5f-8b58-d0e33cf0e58a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0380e768-e707-4a5f-8b58-d0e33cf0e58a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:36:54.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:37:03,449 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:37:03,450 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16531f70-a02b-49a0-a437-354fe2a4d7c1', 'content-length': '1204', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16531f70-a02b-49a0-a437-354fe2a4d7c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:37:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:37:03,462 128283 INFO [tempest.common.waiters] Attachment e4db38e9-b955-4f48-8fba-4924dbcb50b0 created for volume 2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 to server ae283fdc-e807-415c-a156-8ec24163c45f after waiting for 11.462842 seconds 2022-09-02 09:37:03,507 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:37:03,507 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbccd94d-7a9d-4e2f-82db-ed07e21d5a94', 'content-length': '1204', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbccd94d-7a9d-4e2f-82db-ed07e21d5a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:37:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:37:03,518 128283 INFO [tempest.common.waiters] volume 2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 reached in-use after waiting for 0.518032 seconds 2022-09-02 09:37:03,803 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/action 0.285s 2022-09-02 09:37:03,804 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-stop": {}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:03 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-e5205d9b-bf37-4b7d-be3e-aecb45140164', 'x-compute-request-id': 'req-e5205d9b-bf37-4b7d-be3e-aecb45140164', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/action'} Body: b'' 2022-09-02 09:37:03,975 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.171s 2022-09-02 09:37:03,976 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6ffab9c-8e8c-4339-b13a-3bf8d287e35d', 'x-compute-request-id': 'req-b6ffab9c-8e8c-4339-b13a-3bf8d287e35d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:05,167 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.178s 2022-09-02 09:37:05,167 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71237cda-ef61-47ac-80cb-680892503798', 'x-compute-request-id': 'req-71237cda-ef61-47ac-80cb-680892503798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:06,345 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.165s 2022-09-02 09:37:06,345 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1cf4c38-1f2d-487d-9623-b761756fde8e', 'x-compute-request-id': 'req-e1cf4c38-1f2d-487d-9623-b761756fde8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:07,526 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.167s 2022-09-02 09:37:07,526 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32471597-8678-4cd5-88f3-6fafa98fc004', 'x-compute-request-id': 'req-32471597-8678-4cd5-88f3-6fafa98fc004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:08,712 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.171s 2022-09-02 09:37:08,712 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eed682c6-d575-4188-a38f-999cd0d93bf8', 'x-compute-request-id': 'req-eed682c6-d575-4188-a38f-999cd0d93bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:09,994 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.269s 2022-09-02 09:37:09,994 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c893820f-3128-48d1-b000-d212b3f53740', 'x-compute-request-id': 'req-c893820f-3128-48d1-b000-d212b3f53740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:11,171 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.165s 2022-09-02 09:37:11,172 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abf3d8a5-9008-4368-9215-9461649ba9a3', 'x-compute-request-id': 'req-abf3d8a5-9008-4368-9215-9461649ba9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:12,342 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.157s 2022-09-02 09:37:12,342 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-811b5444-c52c-4ae4-9c3f-50fad51fab36', 'x-compute-request-id': 'req-811b5444-c52c-4ae4-9c3f-50fad51fab36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:13,509 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.154s 2022-09-02 09:37:13,509 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0512c125-e4fc-4006-9be8-ff209b7f200f', 'x-compute-request-id': 'req-0512c125-e4fc-4006-9be8-ff209b7f200f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:14,673 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.151s 2022-09-02 09:37:14,674 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e2bad30-aa80-4cfc-be18-739af0645f29', 'x-compute-request-id': 'req-5e2bad30-aa80-4cfc-be18-739af0645f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:15,843 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.157s 2022-09-02 09:37:15,844 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-253cbea6-88a7-4e58-9e5f-b753aed398eb', 'x-compute-request-id': 'req-253cbea6-88a7-4e58-9e5f-b753aed398eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:17,019 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.161s 2022-09-02 09:37:17,019 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64669959-2437-4535-95c1-cdabaf219037', 'x-compute-request-id': 'req-64669959-2437-4535-95c1-cdabaf219037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:18,184 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.152s 2022-09-02 09:37:18,184 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5999dcee-6746-4c27-9a65-e5bf3165eae4', 'x-compute-request-id': 'req-5999dcee-6746-4c27-9a65-e5bf3165eae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:19,353 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.157s 2022-09-02 09:37:19,353 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5973585-9f1f-4280-b867-66b3c9623438', 'x-compute-request-id': 'req-f5973585-9f1f-4280-b867-66b3c9623438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:20,526 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.161s 2022-09-02 09:37:20,527 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bd039de-7894-4593-8634-09b16924e047', 'x-compute-request-id': 'req-6bd039de-7894-4593-8634-09b16924e047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:21,692 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.153s 2022-09-02 09:37:21,692 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5db17a21-255d-4445-ace8-e093bf478af0', 'x-compute-request-id': 'req-5db17a21-255d-4445-ace8-e093bf478af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:22,867 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.162s 2022-09-02 09:37:22,867 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b06f02a-9393-46ff-afb2-d4af915086c2', 'x-compute-request-id': 'req-7b06f02a-9393-46ff-afb2-d4af915086c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:24,050 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.170s 2022-09-02 09:37:24,051 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13e21fe6-056d-4249-866b-9d512fde24a9', 'x-compute-request-id': 'req-13e21fe6-056d-4249-866b-9d512fde24a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:04Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:25,226 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.163s 2022-09-02 09:37:25,226 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1698', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89ba357a-7255-4ae3-9f9d-cf95a9d987b6', 'x-compute-request-id': 'req-89ba357a-7255-4ae3-9f9d-cf95a9d987b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "SHUTOFF", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:25Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:25,239 128283 INFO [tempest.common.waiters] State transition "ACTIVE/powering-off" ==> "SHUTOFF/None" after 22 second wait 2022-09-02 09:37:25,529 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/action 0.289s 2022-09-02 09:37:25,529 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-start": {}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:25 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-d8d89f59-af30-4722-b297-addb41452961', 'x-compute-request-id': 'req-d8d89f59-af30-4722-b297-addb41452961', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/action'} Body: b'' 2022-09-02 09:37:25,701 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.171s 2022-09-02 09:37:25,702 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6a61cd5-ea20-4c7d-8ead-49599b4d0dd3', 'x-compute-request-id': 'req-c6a61cd5-ea20-4c7d-8ead-49599b4d0dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "SHUTOFF", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:25Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:26,871 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.156s 2022-09-02 09:37:26,872 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fd44925-7a7c-4bf6-800a-94da87feaf84', 'x-compute-request-id': 'req-2fd44925-7a7c-4bf6-800a-94da87feaf84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "SHUTOFF", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:25Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:28,040 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.155s 2022-09-02 09:37:28,040 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2339907-8f56-486d-8510-d50938ee2136', 'x-compute-request-id': 'req-f2339907-8f56-486d-8510-d50938ee2136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "SHUTOFF", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:25Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:29,314 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.262s 2022-09-02 09:37:29,315 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6eb094cc-8144-48e1-9c98-85ffa66b670a', 'x-compute-request-id': 'req-6eb094cc-8144-48e1-9c98-85ffa66b670a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "SHUTOFF", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:25Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:30,536 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.207s 2022-09-02 09:37:30,536 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f8e54f7-45e7-4e92-bf24-4264d3f3b414', 'x-compute-request-id': 'req-4f8e54f7-45e7-4e92-bf24-4264d3f3b414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "SHUTOFF", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:25Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:31,705 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.156s 2022-09-02 09:37:31,706 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c69e4de2-76dd-4467-9bad-1f917aaa678e', 'x-compute-request-id': 'req-c69e4de2-76dd-4467-9bad-1f917aaa678e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "SHUTOFF", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:25Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:32,887 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.168s 2022-09-02 09:37:32,887 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a82638d7-1c74-424f-b78d-4416c42a9ac4', 'x-compute-request-id': 'req-a82638d7-1c74-424f-b78d-4416c42a9ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:37:32Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:37:32,898 128283 INFO [tempest.common.waiters] State transition "SHUTOFF/powering-on" ==> "ACTIVE/None" after 7 second wait 2022-09-02 09:37:32,899 128283 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-09-02 09:37:32,899 128283 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.174:22' as 'ubuntu' with public key authentication 2022-09-02 09:37:51,451 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 1. Retry after 2 seconds. 2022-09-02 09:37:57,018 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 2. Retry after 3 seconds. 2022-09-02 09:38:03,578 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 3. Retry after 4 seconds. 2022-09-02 09:38:11,101 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 4. Retry after 5 seconds. 2022-09-02 09:38:16,608 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 5. Retry after 6 seconds. 2022-09-02 09:38:23,116 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 6. Retry after 7 seconds. 2022-09-02 09:38:30,623 128283 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.174 ([Errno None] Unable to connect to port 22 on 172.27.3.174). Number attempts: 7. Retry after 8 seconds. 2022-09-02 09:38:39,156 128283 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:38:39,332 128283 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:38:39,333 128283 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.174 successfully created 2022-09-02 09:38:40,909 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 DELETE http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.495s 2022-09-02 09:38:40,909 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae6e15b0-889d-4280-afca-fff250963701', 'x-compute-request-id': 'req-ae6e15b0-889d-4280-afca-fff250963701', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'' 2022-09-02 09:38:40,954 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:38:40,955 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-335c1a48-1ba1-48bd-acd4-5173d49d3463', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-335c1a48-1ba1-48bd-acd4-5173d49d3463', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:42,017 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.051s 2022-09-02 09:38:42,018 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4a80c9-6409-472c-9792-609d7d8ff01d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4a80c9-6409-472c-9792-609d7d8ff01d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:43,080 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.049s 2022-09-02 09:38:43,080 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87031f7c-9107-43b3-ac56-b4d2e9c7a050', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87031f7c-9107-43b3-ac56-b4d2e9c7a050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:44,137 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:38:44,138 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a8cbc9-73cc-4b14-8358-3f1d047ad8da', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a8cbc9-73cc-4b14-8358-3f1d047ad8da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:45,193 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:45,193 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c80b782b-1bae-45f6-82bb-c0695470bec8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c80b782b-1bae-45f6-82bb-c0695470bec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:46,248 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:46,248 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63945d23-c03f-4a94-9478-d2ac44dc726c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63945d23-c03f-4a94-9478-d2ac44dc726c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:47,303 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:47,304 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa2aa2eb-7d63-4e23-87d3-0813450f2835', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa2aa2eb-7d63-4e23-87d3-0813450f2835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:48,357 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.041s 2022-09-02 09:38:48,357 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37cb7b6a-da40-487b-bf18-634f5f77f251', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37cb7b6a-da40-487b-bf18-634f5f77f251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:49,414 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:38:49,414 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65e7610-36d9-4be2-81a9-05d7e537e024', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65e7610-36d9-4be2-81a9-05d7e537e024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:50,469 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:50,470 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e4ff9c7-e4a5-40c7-a565-697d63043e11', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e4ff9c7-e4a5-40c7-a565-697d63043e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:51,524 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:51,525 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a2ccdc-fc6a-44b2-86fa-434104d9c546', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a2ccdc-fc6a-44b2-86fa-434104d9c546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:52,581 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:38:52,582 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91448a81-c988-4f4a-9d90-aaad75c4c341', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91448a81-c988-4f4a-9d90-aaad75c4c341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:53,637 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:53,637 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62106788-1537-4dfa-b758-5571269e3529', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62106788-1537-4dfa-b758-5571269e3529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:54,692 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:54,692 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5498cb-ca32-4bdb-a25b-6080778aab7d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5498cb-ca32-4bdb-a25b-6080778aab7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:55,746 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:38:55,747 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd30c50-ad49-4d7d-ab04-3802a025714f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd30c50-ad49-4d7d-ab04-3802a025714f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:56,803 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:38:56,804 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452f6d16-6e10-4940-91ac-fba2e92e17f2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452f6d16-6e10-4940-91ac-fba2e92e17f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:57,858 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:57,858 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc76fe42-bb83-402a-8122-61060f8ba8e5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc76fe42-bb83-402a-8122-61060f8ba8e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:58,914 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:38:58,914 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0742e5f2-2f3b-4f35-8fd0-f2a49d5eb31c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0742e5f2-2f3b-4f35-8fd0-f2a49d5eb31c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:38:59,968 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:38:59,968 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fda78c89-c80e-440f-b130-1d4380a16a91', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda78c89-c80e-440f-b130-1d4380a16a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:01,024 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:39:01,024 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6c5960-28ce-4327-bc4a-0c2c245b5582', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6c5960-28ce-4327-bc4a-0c2c245b5582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:02,078 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:39:02,079 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02a55f38-23b6-4068-937e-0e9c80356f14', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02a55f38-23b6-4068-937e-0e9c80356f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:03,138 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.047s 2022-09-02 09:39:03,138 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e303e331-c5ad-46ed-b3e8-c10978d9764a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e303e331-c5ad-46ed-b3e8-c10978d9764a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:04,194 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:39:04,195 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cffab44a-a59d-4538-bd29-c0a1837e0654', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cffab44a-a59d-4538-bd29-c0a1837e0654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:05,250 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:39:05,251 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06262ec2-7e4a-41db-9c52-cfcfe3eb106f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06262ec2-7e4a-41db-9c52-cfcfe3eb106f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:06,311 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:39:06,312 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76af6b0f-7509-474b-a488-52ec1f3e9447', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76af6b0f-7509-474b-a488-52ec1f3e9447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:07,367 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:39:07,367 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7745fe47-85f6-4b6d-b195-5538daa9e949', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7745fe47-85f6-4b6d-b195-5538daa9e949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:08,424 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:39:08,424 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad0e3828-2f40-4757-8d61-0c9a39eae085', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad0e3828-2f40-4757-8d61-0c9a39eae085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:09,481 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:39:09,481 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d649405b-4c32-427b-8b6c-3b75f8ae86ad', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d649405b-4c32-427b-8b6c-3b75f8ae86ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:10,539 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:39:10,539 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd4a007-bb55-4fbc-a029-6c97ffb98f02', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd4a007-bb55-4fbc-a029-6c97ffb98f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:11,601 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.050s 2022-09-02 09:39:11,601 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc756590-69b4-4f0e-a495-258c831db022', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc756590-69b4-4f0e-a495-258c831db022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:12,656 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:39:12,657 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e31c63bd-d1ef-4707-bb53-5ef74be130ac', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e31c63bd-d1ef-4707-bb53-5ef74be130ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:13,711 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:39:13,712 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b68510f1-9c22-47bd-a25d-2e1d52d5f175', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b68510f1-9c22-47bd-a25d-2e1d52d5f175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:39:14,783 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.060s 2022-09-02 09:39:14,783 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f5a93fb-46db-400e-ba25-7e4bee39e86b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f5a93fb-46db-400e-ba25-7e4bee39e86b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:40:15,855 128283 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 2022-09-02 09:40:43,513 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 87.718s 2022-09-02 09:40:43,513 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cdfdfea-6e52-4820-8251-96b2e77cc0dc', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cdfdfea-6e52-4820-8251-96b2e77cc0dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:41:15,078 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 30.552s 2022-09-02 09:41:15,078 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7705c00-23a3-4244-932a-328c268f6034', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7705c00-23a3-4244-932a-328c268f6034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:42:16,151 128283 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 2022-09-02 09:42:44,192 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 88.102s 2022-09-02 09:42:44,192 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29105373-6655-4ff1-84e8-5fdbf38aaa83', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29105373-6655-4ff1-84e8-5fdbf38aaa83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:43:15,278 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 30.074s 2022-09-02 09:43:15,279 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901760ff-56f7-4ccf-bac2-8300c30c9091', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901760ff-56f7-4ccf-bac2-8300c30c9091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:44:16,351 128283 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 2022-09-02 09:44:44,594 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 88.304s 2022-09-02 09:44:44,595 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2daf1756-a432-4c76-93fa-7ebac845e41c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2daf1756-a432-4c76-93fa-7ebac845e41c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:45:15,448 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 30.841s 2022-09-02 09:45:15,449 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d46661-42a4-44ad-a994-d55e7613688d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d46661-42a4-44ad-a994-d55e7613688d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:46:15,521 128283 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 2022-09-02 09:47:15,581 128283 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 2022-09-02 09:48:15,615 128283 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 2022-09-02 09:49:15,675 128283 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 2022-09-02 09:49:16,372 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 240.912s 2022-09-02 09:49:16,373 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49: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-4df32d7a-3caa-4a31-bacb-50986b0e7a34', 'x-compute-request-id': 'req-4df32d7a-3caa-4a31-bacb-50986b0e7a34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:17,426 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:17,426 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-87d083e5-8082-4b90-ba6e-290bf12085e0', 'x-compute-request-id': 'req-87d083e5-8082-4b90-ba6e-290bf12085e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:18,483 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.054s 2022-09-02 09:49:18,484 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-6ed7c7a5-2999-4f8c-a01b-8a0e9d0f2aee', 'x-compute-request-id': 'req-6ed7c7a5-2999-4f8c-a01b-8a0e9d0f2aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:19,537 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:19,537 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7434f2f9-4753-4ebe-b571-280759a1b4b6', 'x-compute-request-id': 'req-7434f2f9-4753-4ebe-b571-280759a1b4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:20,590 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:49:20,590 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-590631d3-be7e-4355-a287-fe54e69dc37b', 'x-compute-request-id': 'req-590631d3-be7e-4355-a287-fe54e69dc37b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:21,642 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:49:21,642 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-04e3d563-3df8-4000-b33f-ce973dc20126', 'x-compute-request-id': 'req-04e3d563-3df8-4000-b33f-ce973dc20126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:22,695 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:22,696 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-b59a604b-37e9-4962-86c7-f0d13ebce422', 'x-compute-request-id': 'req-b59a604b-37e9-4962-86c7-f0d13ebce422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:23,748 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:49:23,748 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-aa738860-fcf0-4631-b8d2-498827a41e48', 'x-compute-request-id': 'req-aa738860-fcf0-4631-b8d2-498827a41e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:24,802 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.051s 2022-09-02 09:49:24,803 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-76f5980c-fb09-4acc-ab1a-0e75640530ce', 'x-compute-request-id': 'req-76f5980c-fb09-4acc-ab1a-0e75640530ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:25,855 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:49:25,855 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-b100a65e-825d-414a-844d-18ea29084d1f', 'x-compute-request-id': 'req-b100a65e-825d-414a-844d-18ea29084d1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:26,910 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.052s 2022-09-02 09:49:26,911 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a3b511b6-c52b-4d22-b61e-4d6044ce123a', 'x-compute-request-id': 'req-a3b511b6-c52b-4d22-b61e-4d6044ce123a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:28,115 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.200s 2022-09-02 09:49:28,115 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-00ca26b4-931b-4683-98f8-ba05614c7368', 'x-compute-request-id': 'req-00ca26b4-931b-4683-98f8-ba05614c7368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:29,168 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:29,168 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1e90d4e7-ff85-4c85-bfe9-a0a4c06ba559', 'x-compute-request-id': 'req-1e90d4e7-ff85-4c85-bfe9-a0a4c06ba559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:30,221 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:30,222 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2a3fd923-7b83-43bd-9cfc-e23041e63b52', 'x-compute-request-id': 'req-2a3fd923-7b83-43bd-9cfc-e23041e63b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:31,275 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:49:31,275 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-b31dbc64-de3f-425e-9143-c1e9d885ef6f', 'x-compute-request-id': 'req-b31dbc64-de3f-425e-9143-c1e9d885ef6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:32,329 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:49:32,330 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-95933dcc-f4b8-4f46-9f66-2955c206d29a', 'x-compute-request-id': 'req-95933dcc-f4b8-4f46-9f66-2955c206d29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:33,383 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:49:33,383 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-89eed759-890f-4817-b8e4-ef61198edc8a', 'x-compute-request-id': 'req-89eed759-890f-4817-b8e4-ef61198edc8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:34,437 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:49:34,437 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-41eefb71-7758-4c1f-ba42-7c6f81391c6f', 'x-compute-request-id': 'req-41eefb71-7758-4c1f-ba42-7c6f81391c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:35,490 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:35,491 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49: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-0b0b7235-4861-489b-bc4c-161ef30f4b95', 'x-compute-request-id': 'req-0b0b7235-4861-489b-bc4c-161ef30f4b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:36,544 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:49:36,544 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-4845b84d-7905-4fed-997e-86e82570e92c', 'x-compute-request-id': 'req-4845b84d-7905-4fed-997e-86e82570e92c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:37,601 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.053s 2022-09-02 09:49:37,602 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8868a2db-9ec4-481b-ad4e-517b5b2784fe', 'x-compute-request-id': 'req-8868a2db-9ec4-481b-ad4e-517b5b2784fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:38,656 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:38,656 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-6a58aa5e-ca0a-4014-92af-694efb030745', 'x-compute-request-id': 'req-6a58aa5e-ca0a-4014-92af-694efb030745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:39,709 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:49:39,710 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-792f3291-4091-4163-a46b-b0f2a0b1d535', 'x-compute-request-id': 'req-792f3291-4091-4163-a46b-b0f2a0b1d535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:40,762 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:40,762 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-15b1647f-6851-4b60-9e02-db3e49e3b873', 'x-compute-request-id': 'req-15b1647f-6851-4b60-9e02-db3e49e3b873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:41,814 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:49:41,814 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-8712a94b-3b79-4721-b9b2-b3fc6cb1d79a', 'x-compute-request-id': 'req-8712a94b-3b79-4721-b9b2-b3fc6cb1d79a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:42,868 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:49:42,869 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-349b1c7c-1fbc-4612-9ebf-65a09ebc2ab3', 'x-compute-request-id': 'req-349b1c7c-1fbc-4612-9ebf-65a09ebc2ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:43,923 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:49:43,923 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-85ff0c89-5b5b-4a4e-94c4-d01614bb2795', 'x-compute-request-id': 'req-85ff0c89-5b5b-4a4e-94c4-d01614bb2795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:45,096 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.170s 2022-09-02 09:49:45,099 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-70db50ef-4be6-4000-ab2b-a8f7423d2797', 'x-compute-request-id': 'req-70db50ef-4be6-4000-ab2b-a8f7423d2797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:46,154 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.052s 2022-09-02 09:49:46,155 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2f9f32c7-561f-40eb-a2e3-570fe0febe59', 'x-compute-request-id': 'req-2f9f32c7-561f-40eb-a2e3-570fe0febe59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:47,210 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.051s 2022-09-02 09:49:47,210 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f0089ee7-e401-42f8-9e08-2dedfc6f1d0f', 'x-compute-request-id': 'req-f0089ee7-e401-42f8-9e08-2dedfc6f1d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:48,263 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:48,263 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-698035e3-b484-4bd1-91ac-489c7d79ee47', 'x-compute-request-id': 'req-698035e3-b484-4bd1-91ac-489c7d79ee47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:49,319 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.051s 2022-09-02 09:49:49,327 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-08842357-857e-42c0-8efd-39b2fec08756', 'x-compute-request-id': 'req-08842357-857e-42c0-8efd-39b2fec08756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:50,380 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:50,381 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2e4f5f23-a071-4af3-a7eb-4ff89c07fff8', 'x-compute-request-id': 'req-2e4f5f23-a071-4af3-a7eb-4ff89c07fff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:51,435 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:49:51,435 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-b515de9f-4002-4d20-ad63-22ee41a692be', 'x-compute-request-id': 'req-b515de9f-4002-4d20-ad63-22ee41a692be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:52,488 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:52,489 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-b9c44d54-d67e-4dbf-920c-84ed877b83a9', 'x-compute-request-id': 'req-b9c44d54-d67e-4dbf-920c-84ed877b83a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:53,543 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:49:53,543 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-59081af7-5d3d-4989-a1d0-f5b40e254f31', 'x-compute-request-id': 'req-59081af7-5d3d-4989-a1d0-f5b40e254f31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:54,596 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:54,597 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-71c5f23e-e0b7-4868-9788-5622e6add868', 'x-compute-request-id': 'req-71c5f23e-e0b7-4868-9788-5622e6add868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:55,650 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:55,650 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-67599c06-9a41-4588-8fba-9e407a05d78b', 'x-compute-request-id': 'req-67599c06-9a41-4588-8fba-9e407a05d78b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:56,703 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:56,704 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49: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-c92cedc7-76c8-4cac-84e7-c41c4a983f98', 'x-compute-request-id': 'req-c92cedc7-76c8-4cac-84e7-c41c4a983f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:57,757 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.051s 2022-09-02 09:49:57,758 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-4de60e68-99be-48e9-ae4a-58c8aa32ad73', 'x-compute-request-id': 'req-4de60e68-99be-48e9-ae4a-58c8aa32ad73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:58,811 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:58,812 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-bcd7048b-09a9-46ac-a475-61b5d1fb563c', 'x-compute-request-id': 'req-bcd7048b-09a9-46ac-a475-61b5d1fb563c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:49:59,863 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:49:59,864 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c056c4b5-cb0f-4f67-8ccd-fff6f9241a6b', 'x-compute-request-id': 'req-c056c4b5-cb0f-4f67-8ccd-fff6f9241a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:00,915 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:00,915 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f30a42d7-b19a-430e-9622-a4d6d0869f7e', 'x-compute-request-id': 'req-f30a42d7-b19a-430e-9622-a4d6d0869f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:01,968 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:01,968 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-6fe78b19-7ecd-430f-bfa3-75169dcad12a', 'x-compute-request-id': 'req-6fe78b19-7ecd-430f-bfa3-75169dcad12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:03,027 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.055s 2022-09-02 09:50:03,034 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-0733a4c1-8493-4ad7-8d0b-7229e00d3022', 'x-compute-request-id': 'req-0733a4c1-8493-4ad7-8d0b-7229e00d3022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:04,087 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:04,088 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-881f5f67-878b-4c92-9198-e6b8f0b81ba4', 'x-compute-request-id': 'req-881f5f67-878b-4c92-9198-e6b8f0b81ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:05,138 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:05,139 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ab316544-f2c4-4180-af19-5d963acb53d2', 'x-compute-request-id': 'req-ab316544-f2c4-4180-af19-5d963acb53d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:06,191 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:06,191 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d9ddc505-3c05-40a0-80df-2dce2365ef2e', 'x-compute-request-id': 'req-d9ddc505-3c05-40a0-80df-2dce2365ef2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:07,244 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:07,244 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-975194ec-6747-4e7f-b95c-2345e280b911', 'x-compute-request-id': 'req-975194ec-6747-4e7f-b95c-2345e280b911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:08,297 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:08,297 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9118ae83-d726-4548-8e5b-865ec6cd5875', 'x-compute-request-id': 'req-9118ae83-d726-4548-8e5b-865ec6cd5875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:09,351 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:09,352 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-bd7f0c1e-8808-4ddc-b058-61afa026f276', 'x-compute-request-id': 'req-bd7f0c1e-8808-4ddc-b058-61afa026f276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:10,405 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:10,405 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7eb852bc-674e-44c8-8684-e1ebada886e6', 'x-compute-request-id': 'req-7eb852bc-674e-44c8-8684-e1ebada886e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:11,458 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:11,459 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9fe32bb5-486c-4dca-8268-f030327a9b57', 'x-compute-request-id': 'req-9fe32bb5-486c-4dca-8268-f030327a9b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:12,512 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:12,512 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-f6887806-0375-4273-81f9-b7469d218282', 'x-compute-request-id': 'req-f6887806-0375-4273-81f9-b7469d218282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:13,565 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:13,565 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a2c7c766-191e-4c50-92c0-b2fc883c7ac2', 'x-compute-request-id': 'req-a2c7c766-191e-4c50-92c0-b2fc883c7ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:14,620 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:14,620 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-fd0708d5-5557-4ace-ba88-c303b8e86cc0', 'x-compute-request-id': 'req-fd0708d5-5557-4ace-ba88-c303b8e86cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:15,673 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:15,673 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-02e36b8e-de1a-48b9-a8cd-f457d79eb676', 'x-compute-request-id': 'req-02e36b8e-de1a-48b9-a8cd-f457d79eb676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:16,729 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.052s 2022-09-02 09:50:16,729 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-44225d17-4d28-4d8f-8400-a6c5836b201d', 'x-compute-request-id': 'req-44225d17-4d28-4d8f-8400-a6c5836b201d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:17,792 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.059s 2022-09-02 09:50:17,793 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50: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-2241902b-dd47-4885-a757-32405b5b27c4', 'x-compute-request-id': 'req-2241902b-dd47-4885-a757-32405b5b27c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:18,851 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.054s 2022-09-02 09:50:18,851 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d83b7a07-7dea-4cf5-9854-4de886c4347b', 'x-compute-request-id': 'req-d83b7a07-7dea-4cf5-9854-4de886c4347b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:19,909 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.054s 2022-09-02 09:50:19,909 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-12c65f2b-52cb-44c4-b34f-4ac17f2561fb', 'x-compute-request-id': 'req-12c65f2b-52cb-44c4-b34f-4ac17f2561fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:20,964 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.051s 2022-09-02 09:50:20,964 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-825b59fb-e0e8-44b6-8385-b444acc7cfff', 'x-compute-request-id': 'req-825b59fb-e0e8-44b6-8385-b444acc7cfff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:22,019 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.051s 2022-09-02 09:50:22,019 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-438aa5aa-854e-451f-a933-93efa96ba1fe', 'x-compute-request-id': 'req-438aa5aa-854e-451f-a933-93efa96ba1fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:23,079 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.056s 2022-09-02 09:50:23,079 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2e6110f3-fd98-442c-ae1b-db74c254be93', 'x-compute-request-id': 'req-2e6110f3-fd98-442c-ae1b-db74c254be93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:24,133 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:24,134 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-297ddfe2-338b-405b-be77-e68ef3a4fbc6', 'x-compute-request-id': 'req-297ddfe2-338b-405b-be77-e68ef3a4fbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:25,201 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.063s 2022-09-02 09:50:25,201 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-02fc0148-4dfe-405c-8715-2592ec76e5eb', 'x-compute-request-id': 'req-02fc0148-4dfe-405c-8715-2592ec76e5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:26,255 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:26,255 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-570dadc0-0ea2-4a93-8752-370c878451a2', 'x-compute-request-id': 'req-570dadc0-0ea2-4a93-8752-370c878451a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:27,308 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:27,309 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-ee9751b5-5709-4544-a04f-59fc2cb7febe', 'x-compute-request-id': 'req-ee9751b5-5709-4544-a04f-59fc2cb7febe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:28,368 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.055s 2022-09-02 09:50:28,368 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-b7a4c0f1-4053-4141-8228-082e42d441c4', 'x-compute-request-id': 'req-b7a4c0f1-4053-4141-8228-082e42d441c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:29,422 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:29,422 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-497f3339-3d0a-4d1e-96b9-3d430ce68c5a', 'x-compute-request-id': 'req-497f3339-3d0a-4d1e-96b9-3d430ce68c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:30,474 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:30,475 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1d9430a7-181a-44df-9578-476c1cf34c00', 'x-compute-request-id': 'req-1d9430a7-181a-44df-9578-476c1cf34c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:31,527 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:31,528 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-98b4aa70-b04c-4c89-8ea3-fb7f6498d36e', 'x-compute-request-id': 'req-98b4aa70-b04c-4c89-8ea3-fb7f6498d36e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:32,579 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:32,580 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-439b7c66-5b9e-41f3-9ef2-048f37899eba', 'x-compute-request-id': 'req-439b7c66-5b9e-41f3-9ef2-048f37899eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:33,634 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.052s 2022-09-02 09:50:33,635 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c003b294-13b6-46e4-ac2f-98f7b1da9e3b', 'x-compute-request-id': 'req-c003b294-13b6-46e4-ac2f-98f7b1da9e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:34,687 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:34,688 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d449fd8e-5751-46ac-8532-7059170d25b4', 'x-compute-request-id': 'req-d449fd8e-5751-46ac-8532-7059170d25b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:35,739 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:35,739 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d3823d6c-44ba-42dc-ae06-f726b92f2d1c', 'x-compute-request-id': 'req-d3823d6c-44ba-42dc-ae06-f726b92f2d1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:36,792 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:36,793 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50: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-6f36a4bd-27e4-428c-aad6-4fa0da571c43', 'x-compute-request-id': 'req-6f36a4bd-27e4-428c-aad6-4fa0da571c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:37,846 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:37,846 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c6df07a9-fa8b-4094-902e-672d9798bd2e', 'x-compute-request-id': 'req-c6df07a9-fa8b-4094-902e-672d9798bd2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:38,900 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:38,900 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-fbf6642b-5b2f-466e-8c54-896a80b04977', 'x-compute-request-id': 'req-fbf6642b-5b2f-466e-8c54-896a80b04977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:39,953 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:39,953 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a5b7ea75-26a8-4e40-a4a8-00ddb77414e5', 'x-compute-request-id': 'req-a5b7ea75-26a8-4e40-a4a8-00ddb77414e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:41,006 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:41,006 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-586895a1-b5d3-4e47-b669-8c23841a4272', 'x-compute-request-id': 'req-586895a1-b5d3-4e47-b669-8c23841a4272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:42,059 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:42,060 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-779eabb6-1787-4454-8bba-bd3403100c1c', 'x-compute-request-id': 'req-779eabb6-1787-4454-8bba-bd3403100c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:43,112 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:43,112 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-e4ccedbb-6eca-49d3-a325-a4f6efd4872c', 'x-compute-request-id': 'req-e4ccedbb-6eca-49d3-a325-a4f6efd4872c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:44,164 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:44,165 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-3b4ba9c1-7272-4a08-ba87-3a254a3c219c', 'x-compute-request-id': 'req-3b4ba9c1-7272-4a08-ba87-3a254a3c219c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:45,218 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:45,218 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a841ea11-10fd-48bf-8079-ef8d63740eca', 'x-compute-request-id': 'req-a841ea11-10fd-48bf-8079-ef8d63740eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:46,271 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:46,271 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-66a12794-944f-40b8-9026-d8aee45c0496', 'x-compute-request-id': 'req-66a12794-944f-40b8-9026-d8aee45c0496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:47,324 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:47,324 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-41cbcecc-a704-4178-b1c1-34610079732a', 'x-compute-request-id': 'req-41cbcecc-a704-4178-b1c1-34610079732a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:48,377 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:48,378 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-187ef325-4733-42e9-9d40-d962507b000a', 'x-compute-request-id': 'req-187ef325-4733-42e9-9d40-d962507b000a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:49,431 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:49,431 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-12ea9bd9-ea5d-4aba-a572-be375e9eac51', 'x-compute-request-id': 'req-12ea9bd9-ea5d-4aba-a572-be375e9eac51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:50,484 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:50,484 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-951ebb08-21d4-4943-8618-3e16fd3b60bc', 'x-compute-request-id': 'req-951ebb08-21d4-4943-8618-3e16fd3b60bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:51,539 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:51,539 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-82e7606e-ae39-4b59-86a1-38e94cb24ed9', 'x-compute-request-id': 'req-82e7606e-ae39-4b59-86a1-38e94cb24ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:52,591 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:52,592 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-2e0e7e26-147a-4230-bfba-fbb86e788f55', 'x-compute-request-id': 'req-2e0e7e26-147a-4230-bfba-fbb86e788f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:53,643 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:53,644 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-abc43250-b311-4fd2-bfe4-ad6745eab645', 'x-compute-request-id': 'req-abc43250-b311-4fd2-bfe4-ad6745eab645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:54,697 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:54,698 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9594965d-938f-446a-8994-c0762fc6facc', 'x-compute-request-id': 'req-9594965d-938f-446a-8994-c0762fc6facc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:55,750 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:50:55,751 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-9e26dd84-1315-4b94-8b96-72c165aa0984', 'x-compute-request-id': 'req-9e26dd84-1315-4b94-8b96-72c165aa0984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:56,804 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:50:56,805 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1f2cb2b9-3072-414b-86d8-5709fdd68cda', 'x-compute-request-id': 'req-1f2cb2b9-3072-414b-86d8-5709fdd68cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:57,859 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.051s 2022-09-02 09:50:57,860 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50: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-e61f5320-d3e2-4e6d-99fd-cff81f3a598f', 'x-compute-request-id': 'req-e61f5320-d3e2-4e6d-99fd-cff81f3a598f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:58,913 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:58,913 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-519259c4-bbc3-4c9c-a9c1-019b06bfb018', 'x-compute-request-id': 'req-519259c4-bbc3-4c9c-a9c1-019b06bfb018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:50:59,967 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:50:59,967 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-df765220-dd73-401d-aeef-d68c3937868a', 'x-compute-request-id': 'req-df765220-dd73-401d-aeef-d68c3937868a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:01,020 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:51:01,020 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-93a4ece3-a9ad-46ef-8630-17ff7bc18192', 'x-compute-request-id': 'req-93a4ece3-a9ad-46ef-8630-17ff7bc18192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:02,073 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:51:02,073 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-52cc22c7-b612-4903-890c-4bc39ddef3f1', 'x-compute-request-id': 'req-52cc22c7-b612-4903-890c-4bc39ddef3f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:03,126 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:51:03,126 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-c6c1f33b-8a3c-474f-9ebf-7fca2367f5e6', 'x-compute-request-id': 'req-c6c1f33b-8a3c-474f-9ebf-7fca2367f5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:04,178 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:51:04,178 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-961fe84d-5a21-49ba-bb4f-618af0271c8c', 'x-compute-request-id': 'req-961fe84d-5a21-49ba-bb4f-618af0271c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:05,236 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.054s 2022-09-02 09:51:05,236 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-a4c6b833-e811-45bf-8731-1b5631edaff3', 'x-compute-request-id': 'req-a4c6b833-e811-45bf-8731-1b5631edaff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:06,289 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:51:06,289 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-208638b1-9a5b-4e40-ad4b-3c7b2b17e7eb', 'x-compute-request-id': 'req-208638b1-9a5b-4e40-ad4b-3c7b2b17e7eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:07,341 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:51:07,341 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-d7960f54-7dfd-40cd-82ff-954de23acbbc', 'x-compute-request-id': 'req-d7960f54-7dfd-40cd-82ff-954de23acbbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:08,393 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:51:08,394 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-0fb3afdb-69fc-4e6f-89e7-b0e2f9708c10', 'x-compute-request-id': 'req-0fb3afdb-69fc-4e6f-89e7-b0e2f9708c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:09,446 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.048s 2022-09-02 09:51:09,446 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-7e584e7c-f6d6-42c6-9528-d933a69b9f24', 'x-compute-request-id': 'req-7e584e7c-f6d6-42c6-9528-d933a69b9f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:10,498 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.047s 2022-09-02 09:51:10,499 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-3eeec11f-415d-4de5-9d44-538ecc66cf86', 'x-compute-request-id': 'req-3eeec11f-415d-4de5-9d44-538ecc66cf86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:11,551 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:51:11,551 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-1ccc724d-906d-4504-bd97-d99751b37541', 'x-compute-request-id': 'req-1ccc724d-906d-4504-bd97-d99751b37541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:12,605 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.050s 2022-09-02 09:51:12,605 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-61b29289-91ee-4ad4-b652-6976b001267e', 'x-compute-request-id': 'req-61b29289-91ee-4ad4-b652-6976b001267e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:13,657 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:51:13,658 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-405e6440-4a20-4ee3-83d5-4e5e66e56a27', 'x-compute-request-id': 'req-405e6440-4a20-4ee3-83d5-4e5e66e56a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:14,711 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments 0.049s 2022-09-02 09:51:14,712 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09: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-623dd97b-5641-45be-908a-e412a879fb90', 'x-compute-request-id': 'req-623dd97b-5641-45be-908a-e412a879fb90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "volumeId": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "serverId": "ae283fdc-e807-415c-a156-8ec24163c45f", "device": "/dev/sdb"}]}' 2022-09-02 09:51:15,840 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 POST http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/action 0.124s 2022-09-02 09:51:15,841 128283 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': 'Fri, 02 Sep 2022 09:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '76101', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e29acaf0-2825-4bfa-9354-980d55adb68a', 'x-compute-request-id': 'req-e29acaf0-2825-4bfa-9354-980d55adb68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-09-02 09:51:15,843 128283 DEBUG [tempest.common.waiters] Console output for ae283fdc-e807-415c-a156-8ec24163c45f 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.104000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.108000] tsc: Detected 1995.191 MHz processor [ 0.112000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.116068] pid_max: default: 32768 minimum: 301 [ 0.120048] Security Framework initialized [ 0.124005] Yama: becoming mindful. [ 0.128043] AppArmor: AppArmor initialized [ 0.136151] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.140134] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.144030] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.148014] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.152715] CPU: Physical Processor ID: 0 [ 0.156489] mce: CPU supports 1 MCE banks [ 0.160414] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.164005] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.168005] Spectre V2 : Mitigation: Full generic retpoline [ 0.172004] Speculative Store Bypass: Vulnerable [ 0.249203] Freeing SMP alternatives memory: 36K [ 0.254487] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.256132] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.260067] Hierarchical SRCU implementation. [ 0.268257] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.272004] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.276063] smp: Bringing up secondary CPUs ... [ 0.280006] smp: Brought up 1 node, 1 CPU [ 0.284005] smpboot: Max logical packages: 1 [ 0.288007] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.292503] devtmpfs: initialized [ 0.296189] x86/mm: Memory block size: 128MB [ 0.300243] evm: security.selinux [ 0.304008] evm: security.SMACK64 [ 0.308005] evm: security.SMACK64EXEC [ 0.312005] evm: security.SMACK64TRANSMUTE [ 0.316004] evm: security.SMACK64MMAP [ 0.320004] evm: security.apparmor [ 0.324005] evm: security.ima [ 0.328026] evm: security.capability [ 0.332174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.336017] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.340071] pinctrl core: initialized pinctrl subsystem [ 0.344269] NET: Registered protocol family 16 [ 0.348116] audit: initializing netlink subsys (disabled) [ 0.352207] cpuidle: using governor ladder [ 0.355378] cpuidle: using governor menu [ 0.356013] audit: type=2000 audit(1662111231.352:1): state=initialized audit_enabled=0 res=1 [ 0.360059] ACPI: bus type PCI registered [ 0.364005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.369710] PCI: Using configuration type 1 for base access [ 0.373562] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.376280] ACPI: Added _OSI(Module Device) [ 0.380029] ACPI: Added _OSI(Processor Device) [ 0.384006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.388006] ACPI: Added _OSI(Processor Aggregator Device) [ 0.392018] ACPI: Added _OSI(Linux-Dell-Video) [ 0.405147] ACPI: Interpreter enabled [ 0.408017] ACPI: (supports S0 S5) [ 0.412029] ACPI: Using IOAPIC for interrupt routing [ 0.416090] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.420422] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.487592] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.488024] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.492028] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.496063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.500492] PCI host bridge to bus 0000:00 [ 0.504010] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.508013] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.512009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.516041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.520042] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.524372] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.566004] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.568015] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.572009] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.576013] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.584005] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.584005] * this clock source is slow. Consider trying other clock sources [ 0.604885] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.662170] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.668675] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.684034] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.689798] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.696310] SCSI subsystem initialized [ 0.700348] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.704000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.704014] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.708005] vgaarb: loaded [ 0.712083] pps_core: LinuxPPS API ver. 1 registered [ 0.716004] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.720017] PTP clock support registered [ 0.724093] EDAC MC: Ver: 3.0.0 [ 0.732570] hv_vmbus: Vmbus version:4.0 [ 0.736134] PCI: Using ACPI for IRQ routing [ 0.740731] NetLabel: Initializing [ 0.744013] NetLabel: domain hash size = 128 [ 0.748013] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.752550] NetLabel: unlabeled traffic allowed by default [ 0.756226] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.776944] VFS: Disk quotas dquot_6.6.0 [ 0.782769] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.790653] AppArmor: AppArmor Filesystem Enabled [ 0.795723] pnp: PnP ACPI init [ 0.811989] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.817878] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.823111] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.828465] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.834565] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.840339] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.845666] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.856367] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.863808] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.869900] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.877321] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.882560] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.890041] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.896811] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.902310] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.909073] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.914061] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.920898] pnp: PnP ACPI: found 9 devices [ 0.937217] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.945731] NET: Registered protocol family 2 [ 0.949947] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.955398] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.964641] TCP: Hash tables configured (established 8192 bind 8192) [ 0.975864] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.980317] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.985877] NET: Registered protocol family 1 [ 0.990446] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.996551] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.002376] Unpacking initramfs... [ 1.344804] Freeing initrd memory: 13088K [ 1.349406] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.353706] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.359026] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 1.366099] Scanning for low memory corruption every 60 seconds [ 1.373715] Initialise system trusted keyrings [ 1.378256] Key type blacklist registered [ 1.382586] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.388038] random: fast init done [ 1.392621] zbud: loaded [ 1.397278] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.401940] fuse init (API version 7.26) [ 1.408299] Key type asymmetric registered [ 1.412404] Asymmetric key parser 'x509' registered [ 1.418161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.424968] io scheduler noop registered (default) [ 1.429898] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.436277] ACPI: Power Button [PWRF] [ 1.446493] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.475193] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.504791] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.512962] Linux agpgart interface v0.103 [ 1.519931] loop: module loaded [ 1.524113] hv_vmbus: registering driver hv_storvsc [ 1.532677] scsi host0: storvsc_host_t [ 1.541802] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.552383] scsi host1: storvsc_host_t [ 1.561433] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.567612] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.580538] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.588612] scsi host2: ata_piix [ 1.593237] sd 0:0:0:0: [sda] Write Protect is off [ 1.598146] scsi host3: ata_piix [ 1.602361] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.607468] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.612861] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.631457] libphy: Fixed MDIO Bus: probed [ 1.635724] tun: Universal TUN/TAP device driver, 1.6 [ 1.640885] PPP generic driver version 2.4.2 [ 1.647910] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.666576] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.671694] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.677499] sda: sda1 [ 1.682256] mousedev: PS/2 mouse device common for all mice [ 1.692061] rtc_cmos 00:00: RTC can wake from S4 [ 1.725011] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.729396] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.737948] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.747948] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.755640] device-mapper: uevent: version 1.0.3 [ 1.760749] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 1.770943] NET: Registered protocol family 10 [ 1.782160] Segment Routing with IPv6 [ 2.801505] NET: Registered protocol family 17 [ 2.806144] Key type dns_resolver registered [ 2.810516] RAS: Correctable Errors collector initialized. [ 2.817024] registered taskstats version 1 [ 2.822917] Loading compiled-in X.509 certificates [ 2.840100] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.848639] zswap: loaded using pool lzo/zbud [ 2.860141] Key type big_key registered [ 2.870983] Key type trusted registered [ 2.882207] Key type encrypted registered [ 2.886434] AppArmor: AppArmor sha1 policy hashing enabled [ 2.891218] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 2.900593] evm: HMAC attrs: 0x1 [ 3.092114] rtc_cmos 00:00: setting system clock to 2022-09-02 09:33:56 UTC (1662111236) [ 3.100575] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.111496] EDD information not available. [ 3.690689] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.708537] ata2.00: configured for MWDMA2 [ 3.730768] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.756530] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.773957] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.793709] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 3.804431] Freeing unused kernel memory: 2248K [ 3.820084] Write protecting the kernel read-only data: 18432k [ 3.828650] Freeing unused kernel memory: 2008K [ 3.840670] Freeing unused kernel memory: 124K [ 3.857456] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.864186] x86/mm: Checking user space page tables [ 3.881727] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.974980] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.979604] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.993437] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.007241] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.016084] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.032646] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.052598] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.067098] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.078309] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.084975] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.334573] hv_vmbus: registering driver hv_netvsc [ 4.347328] hidraw: raw HID events driver (C) Jiri Kosina [ 4.366129] hv_utils: Registering HyperV Utility Driver [ 4.376528] hv_vmbus: registering driver hv_util [ 4.441659] hv_vmbus: registering driver hyperv_keyboard [ 4.519286] hv_vmbus: registering driver hid_hyperv [ 4.545223] hv_utils: Heartbeat IC version 3.0 [ 4.559901] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 4.574161] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.616201] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.642879] hv_utils: Shutdown IC version 3.0 [ 4.666654] hv_utils: TimeSync IC version 4.0 [ 4.691646] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.964054] raid6: sse2x1 gen() 2336 MB/s [ 5.020055] raid6: sse2x1 xor() 2026 MB/s [ 5.068041] raid6: sse2x2 gen() 4039 MB/s [ 5.144045] raid6: sse2x2 xor() 2394 MB/s [ 5.196052] raid6: sse2x4 gen() 2614 MB/s [ 5.252038] raid6: sse2x4 xor() 2037 MB/s [ 5.262805] raid6: using algorithm sse2x2 gen() 4039 MB/s [ 5.272422] raid6: .... xor() 2394 MB/s, rmw enabled [ 5.280917] raid6: using intx1 recovery algorithm [ 5.300996] xor: measuring software checksum speed [ 5.348281] prefetch64-sse: 14002.000 MB/sec [ 5.396187] generic_sse: 10459.000 MB/sec [ 5.403444] xor: using function: prefetch64-sse (14002.000 MB/sec) [ 5.415550] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-tp ... done. Begin: Running /scripts/local-premount ... [ 5.752069] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 6.043410] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running scripts/init-bottom ... done. [ 6.380801] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 6.395955] systemd[1]: Detected virtualization microsoft. [ 6.402858] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 6.479333] systemd[1]: Set hostname to <ubuntu>. [ 6.487265] systemd[1]: Initializing machine ID from random generator. [ 6.497950] systemd[1]: Installed transient /etc/machine-id file. [ 7.075524] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 7.209686] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 7.309623] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 7.426215] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Listening on Journal Socket. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [m] Reached target Swap. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on LVM2 poll daemon scket. [[0;32m OK [0m] Created slice Sstem Slice. Starting Monitoring of LVM2 mirrors... dmeventdor progress polling... Starting Journa Service... Mounting POSIX Message Queue File System... Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel...[ 8.884170] EXT4-fs (sda1): re-mounted. Opts: (null) Starting Load Kernel Modules... [[0;32m OK [0m] Reached target Slices. [ 9.089398] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Created slice system-getty.slice.[ 9.217696] iscsi: registered transport (tcp) Mounting Debug File System...[ 9.281120] iscsi: registered transport (iser) [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Huge Pages File System... [[0;32m OK [0m] Started ForwardPassword Requess to Wall Directory Watch. [[0;32m OK [0m] Mounted Debug Fle System. [[0;32m OK [m] 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 Control File System... Starting CreateStatic Device Nodes in /dev... Starting Load/Save Random Seed... Starting Initia cloud-init job (pre-networking)... 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 Configuation 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 Manger... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 56.842638] cloud-init[339]: Cloud-init v. 18.2 running 'init-local' at Fri, 02 Sep 2022 09:34:08 +0000. Up 15.36 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 157.076076] cloud-init[668]: Cloud-init v. 18.2 running 'init' at Fri, 02 Sep 2022 09:34:53 +0000. Up 60.38 seconds. [ 157.173018] cloud-init[668]: [ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [ 157.271630] cloud-init[668]: [ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Reached target System Initialization. [ 157.385200] cloud-init[[668]: [0;32m OK [0m] Listening on ACPID Listen Socket.ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ [0;32m OK [0m[ 157.508482] cloud-init] [668]: Listening on D-Bus System Message Bus Socket.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[ 157.593634] [0;32m OK [0mcloud-init] [668]: Started ACPI Events Check.ci-info: | eth0 | True | 172.20.0.6 | 255.255.255.240 | . | fa:16:3e:46:e6:e2 | [ [0;32m OK [0m] [ 157.705683] Reached target Paths.cloud-init [668]: ci-info: | eth0 | True | fe80::f816:3eff:fe46:e6e2/64 | . | link | fa:16:3e:46:e6:e2 |[ [0;32m OK [0m[ 157.805332] cloud-init] [668]: Started Daily apt download activities.ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [[0;32m OK [0m[ 157.903386] ] cloud-initStarted Daily apt upgrade and clean activities.[668]: ci-info: | lo | True | ::1/128 | . | host | . | [[0;32m OK [0m ] [ 158.009643] Reached target Sockets.cloud-init [668]: ci-info: +--------+------+------------------------------+-----------------+-------+------------------+[[0;32m OK [0m] Reached target Basic System.[ 158.111430] cloud-init[[0;32m OK [0m[668]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++] Started Unattended Upgrades Shutdown. [ 158.219795] cloud-init[668]: [ci-info: +------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Started ACPI event daemon. [ 158.330841] cloud-init[[668]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |[0;32m OK [0m] Started D-Bus System Message Bus.[ 158.420863] cloud-init[668]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 158.486053] cloud-init[668]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 158.544965] cloud-init[668]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ 158.593321] cloud-init[668]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 158.665911] cloud-init[668]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 158.731564] cloud-initStarting LSB: Record successful boot for GRUB...[668]: Generating public/private rsa key pair. Starting LSB: MD monitoring daemon...[ 158.835884] cloud-init[668]: [Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[0;32m OK [0m] Started Regular background program processing daemon.[ 158.937716] cloud-init[668]: [Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.[0;32m OK [0m] Started Deferred execution scheduler.[ 159.033075] cloud-init[[668]: The key fingerprint is:[0;32m OK [0m ] [ 159.111120] Started Daily Cleanup of Temporary Directories.cloud-init[668]: SHA256:K7IwcX2JBubeXS0G4iD4zVI2mISxM5+LGVckUa5fcb0 root@tempest-attachvolumetestjson-server-1223574817[[0;32m OK [0m] Reached target Timers.[ 159.214357] cloud-init[668]: The key's randomart image is:Starting Login Service... [ 159.307797] [cloud-init[0;32m OK [0m[668]: +---[RSA 2048]----+] Reached target Network is Online.[ 159.391186] cloud-init[668]: |.o+oo | Starting OpenBSD Secure Shell server...[ 159.466568] cloud-init [668]: Starting iSCSI initiator daemon (iscsid)...|.+ * . | [ 159.570917] Starting /etc/rc.local Compatibility...cloud-init[668]: |= + X o o . |[ [0;32m OK [0m[ 159.658432] ] cloud-initReached target Cloud-config availability.[668]: | = % * = o o | Starting Apply the settings specified in cloud-config...[ 159.772239] cloud-init [668]: |. O = * S E . |[[0;32m OK [0m ] Started OpenBSD Secure Shell server.[ 159.906507] cloud-init [668]: [| = B + o + . | [0;32m OK [0m] [ 160.032309] Started /etc/rc.local Compatibility.cloud-init [668]: [|o + + o o |[0;32m OK [0m ] [ 160.176292] Started iSCSI initiator daemon (iscsid).cloud-init[668]: | o o . | [ 160.318068] [[0;32m OK [0mcloud-init[668]: ] Started Login Service.| . | [[0;32m OK [0m[ 160.492209] cloud-init] [668]: Started LSB: Record successful boot for GRUB.+----[SHA256]-----+ [ 160.604225] [cloud-init[0;32m OK [0m[668]: ] Generating public/private dsa key pair.Started LSB: MD monitoring daemon. [ 160.749492] cloud-initStarting Login to default iSCSI targets...[668]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 160.879947] cloud-init[[668]: [0;32m OK [0mYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.] Started Login to default iSCSI targets. [ 161.028216] cloud-init[[668]: [0;32m OK [0mThe key fingerprint is:] Reached target Remote File Systems (Pre).[ 161.150695] cloud-init[668]: [SHA256:8aErpNjItvD5ha4+FumAPHjnTLZDLJQM6qRoKNKpPy4 root@tempest-attachvolumetestjson-server-1223574817[0;32m OK [0m] Reached target Remote File Systems. [ 161.304274] Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...cloud-init[668]: The key's randomart image is: [ 161.452208] Starting Permit User Sessions...cloud-init[668]: +---[DSA 1024]----+ Starting LSB: automatic crash report generation...[ 161.551907] cloud-init [668]: | |[ [0;32m OK [0m] [ 161.669230] Started Permit User Sessions.cloud-init [668]: |. |[ [0;32m OK [0m[ 161.775539] ] cloud-initStarted LSB: Set the CPU Frequency Scaling governor to "ondemand".[668]: |.o . . . | [ 161.853299] cloud-init[[668]: [0;32m OK [0m|..+ + . | ] [ 161.988838] Started Serial Getty on ttyS0.cloud-init[668]: |Xo + . S . |[ [0;32m OK [0m] [ 162.127515] Started Getty on tty1.cloud-init[668]: |X*B+*+ . |[ [0;32m OK [0m[ 162.236213] ] Reached target Login Prompts.cloud-init[668]: |==*X+.o . | [[0;32m OK [0m[ 162.353068] cloud-init] Started LSB: automatic crash report generation.[668]: |E+=+=. . | [[ 162.435066] [0;32m OK [0mcloud-init] [668]: Reached target Multi-User System.| *O=o. | [ 162.527877] [cloud-init[0;32m OK [0m[668]: +----[SHA256]-----+] Reached target Graphical Interface. [ 162.636223] cloud-init [668]: Generating public/private ecdsa key pair.Starting Update UTMP about System Runlevel Changes... [ 162.760213] cloud-init[668]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 162.817102] cloud-init[668]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[ 162.883982] [0;32m OK [0mcloud-init[668]: ] Started Update UTMP about System Runlevel Changes.The key fingerprint is: [ 162.973770] cloud-init[668]: SHA256:kxqBTIfdfmD7mpkQGhwvNu79ccTOmF9brNZXEoP1w1g root@tempest-attachvolumetestjson-server-1223574817 [ 163.030903] cloud-init[668]: The key's randomart image is: [ 163.074683] cloud-init[668]: +---[ECDSA 256]---+ [ 163.118762] cloud-init[668]: | .o.. | [ 163.161375] cloud-init[668]: | ooo. + .E | [ 163.204190] cloud-init[668]: | .oo.o o o+. | [ 163.246056] cloud-init[668]: | * o.oo. ..oo.| [ 163.289071] cloud-init[668]: | o =..Soo o.| [ 163.340221] cloud-init[668]: | o .o B. .. .| [ 163.392433] cloud-init[668]: | . ...+=+ ..o..| [ 163.442640] cloud-init[668]: | . . =+ ..+. .| [ 163.492472] cloud-init[668]: | .. ..o . | [ 163.552683] cloud-init[668]: +----[SHA256]-----+ [ 163.598680] cloud-init[668]: Generating public/private ed25519 key pair. [ 163.648279] cloud-init[668]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 163.703764] cloud-init[668]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 163.750700] cloud-init[668]: The key fingerprint is: [ 163.806628] cloud-init[668]: SHA256:p6xOcN7+6A/gJztGr0w/xJp4kjx8LGNwifA5f1kTNGw root@tempest-attachvolumetestjson-server-1223574817 [ 163.863938] cloud-init[668]: The key's randomart image is: [ 163.911165] cloud-init[668]: +--[ED25519 256]--+ [ 163.953747] cloud-init[668]: | . | [ 163.997275] cloud-init[668]: | E | [ 164.041430] cloud-init[668]: | o . | [ 164.083067] cloud-init[668]: |. . | [ 164.127162] cloud-init[668]: | o o..o.S.. | [ 164.169707] cloud-init[668]: | * o=.+=o | [ 164.213092] cloud-init[668]: | B =*B*. | [ 164.258103] cloud-init[668]: | %+@Boo | [ 164.305721] cloud-init[668]: | . @*+=+o | [ 164.362782] cloud-init[668]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-1223574817 ttyS0 tempest-attachvolumetestjson-server-1223574817 login: [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.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.168000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.172000] tsc: Detected 1995.191 MHz processor [ 0.176000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.180006] pid_max: default: 32768 minimum: 301 [ 0.184057] Security Framework initialized [ 0.188006] Yama: becoming mindful. [ 0.192071] AppArmor: AppArmor initialized [ 0.196267] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.200108] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204031] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.208016] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.212551] CPU: Physical Processor ID: 0 [ 0.216392] mce: CPU supports 1 MCE banks [ 0.220127] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.228005] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.232006] Spectre V2 : Mitigation: Full generic retpoline [ 0.236005] Speculative Store Bypass: Vulnerable [ 0.344659] Freeing SMP alternatives memory: 36K [ 0.360000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.360147] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.364077] Hierarchical SRCU implementation. [ 0.368773] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.372005] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.376113] smp: Bringing up secondary CPUs ... [ 0.380031] smp: Brought up 1 node, 1 CPU [ 0.384006] smpboot: Max logical packages: 1 [ 0.388007] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.392481] devtmpfs: initialized [ 0.396087] x86/mm: Memory block size: 128MB [ 0.400251] evm: security.selinux [ 0.404021] evm: security.SMACK64 [ 0.408006] evm: security.SMACK64EXEC [ 0.412029] evm: security.SMACK64TRANSMUTE [ 0.416005] evm: security.SMACK64MMAP [ 0.420005] evm: security.apparmor [ 0.424005] evm: security.ima [ 0.428005] evm: security.capability [ 0.432213] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.436022] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.440084] pinctrl core: initialized pinctrl subsystem [ 0.444320] NET: Registered protocol family 16 [ 0.448173] audit: initializing netlink subsys (disabled) [ 0.452201] cpuidle: using governor ladder [ 0.456010] audit: type=2000 audit(1662111461.452:1): state=initialized audit_enabled=0 res=1 [ 0.460011] cpuidle: using governor menu [ 0.464079] ACPI: bus type PCI registered [ 0.468005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.472862] PCI: Using configuration type 1 for base access [ 0.477620] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.480327] ACPI: Added _OSI(Module Device) [ 0.484009] ACPI: Added _OSI(Processor Device) [ 0.488006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.492006] ACPI: Added _OSI(Processor Aggregator Device) [ 0.496023] ACPI: Added _OSI(Linux-Dell-Video) [ 0.508234] ACPI: Interpreter enabled [ 0.512056] ACPI: (supports S0 S5) [ 0.516006] ACPI: Using IOAPIC for interrupt routing [ 0.520079] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.525449] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.584227] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.588014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.592014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.596064] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.604455] PCI host bridge to bus 0000:00 [ 0.608010] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.612009] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.616032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.620009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.624009] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.628009] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.676446] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.680007] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.684009] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.688008] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.693661] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.693661] * this clock source is slow. Consider trying other clock sources [ 0.712342] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.788167] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.792623] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.796571] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.800556] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.804559] SCSI subsystem initialized [ 0.808259] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.812000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.812010] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.816032] vgaarb: loaded [ 0.820081] pps_core: LinuxPPS API ver. 1 registered [ 0.824007] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.828028] PTP clock support registered [ 0.832098] EDAC MC: Ver: 3.0.0 [ 0.841101] hv_vmbus: Vmbus version:4.0 [ 0.844137] PCI: Using ACPI for IRQ routing [ 0.848743] NetLabel: Initializing [ 0.852014] NetLabel: domain hash size = 128 [ 0.856014] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.860050] NetLabel: unlabeled traffic allowed by default [ 0.864233] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.894487] VFS: Disk quotas dquot_6.6.0 [ 0.899930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.908679] AppArmor: AppArmor Filesystem Enabled [ 0.914960] pnp: PnP ACPI init [ 0.942817] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.948333] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.956772] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.963041] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.970969] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.976839] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.981393] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.986961] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.991595] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.996334] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.003228] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.010042] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.019816] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.026210] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.034465] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.040109] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.064811] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.074590] pnp: PnP ACPI: found 9 devices [ 1.087077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.095214] NET: Registered protocol family 2 [ 1.112330] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.120904] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.129555] TCP: Hash tables configured (established 8192 bind 8192) [ 1.140295] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.147873] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.155642] NET: Registered protocol family 1 [ 1.161756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.174753] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.182337] Unpacking initramfs... [ 1.476042] random: fast init done [ 1.566254] Freeing initrd memory: 13088K [ 1.571256] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.577692] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.584551] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 1.592814] Scanning for low memory corruption every 60 seconds [ 1.598316] Initialise system trusted keyrings [ 1.605133] Key type blacklist registered [ 1.614847] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.623439] zbud: loaded [ 1.629524] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.634357] fuse init (API version 7.26) [ 1.640643] Key type asymmetric registered [ 1.652525] Asymmetric key parser 'x509' registered [ 1.660076] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.669228] io scheduler noop registered (default) [ 1.677352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.683267] ACPI: Power Button [PWRF] [ 1.689341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.724431] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.757086] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.766525] Linux agpgart interface v0.103 [ 1.774210] loop: module loaded [ 1.779349] hv_vmbus: registering driver hv_storvsc [ 1.788906] scsi host0: storvsc_host_t [ 1.801481] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.814160] scsi host1: storvsc_host_t [ 1.826746] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.832773] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.841329] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.864959] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.875481] sd 0:0:0:0: [sda] Write Protect is off [ 1.890271] scsi host2: ata_piix [ 1.896453] scsi host3: ata_piix [ 1.904273] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.916560] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.924997] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.948554] libphy: Fixed MDIO Bus: probed [ 1.956751] tun: Universal TUN/TAP device driver, 1.6 [ 1.967438] PPP generic driver version 2.4.2 [ 1.975414] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.000992] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 2.009359] sda: sda1 [ 2.030400] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.036957] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 2.047873] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 2.054386] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.059537] mousedev: PS/2 mouse device common for all mice [ 2.079696] rtc_cmos 00:00: RTC can wake from S4 [ 2.630660] sd 1:0:0:0: [sdb] Write Protect is off [ 3.103398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.110903] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.260623] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.274214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.284843] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 3.295322] device-mapper: uevent: version 1.0.3 [ 3.303340] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 3.326540] NET: Registered protocol family 10 [ 3.338487] Segment Routing with IPv6 [ 3.345898] NET: Registered protocol family 17 [ 3.480156] Key type dns_resolver registered [ 3.491989] RAS: Correctable Errors collector initialized. [ 3.510265] registered taskstats version 1 [ 3.518030] Loading compiled-in X.509 certificates [ 3.528039] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 3.535280] zswap: loaded using pool lzo/zbud [ 3.548244] Key type big_key registered [ 3.553161] Key type trusted registered [ 3.563237] sd 1:0:0:0: [sdb] Attached SCSI disk [ 3.571775] Key type encrypted registered [ 3.580976] AppArmor: AppArmor sha1 policy hashing enabled [ 3.585764] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.591304] evm: HMAC attrs: 0x1 [ 3.600550] rtc_cmos 00:00: setting system clock to 2022-09-02 09:37:46 UTC (1662111466) [ 3.610122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.615253] EDD information not available. [ 4.127268] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 4.146820] ata2.00: configured for MWDMA2 [ 4.161383] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 4.180547] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 4.186696] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 4.196996] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 4.205970] Freeing unused kernel memory: 2248K [ 4.216481] Write protecting the kernel read-only data: 18432k [ 4.224697] Freeing unused kernel memory: 2008K [ 4.235803] Freeing unused kernel memory: 124K [ 4.253098] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.259344] x86/mm: Checking user space page tables [ 4.278280] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 4.351022] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.359056] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.364669] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.369381] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.375796] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.381171] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.405556] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.417302] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.427633] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.435442] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.602087] hv_utils: Registering HyperV Utility Driver [ 4.608431] hv_vmbus: registering driver hv_util [ 4.627981] hv_vmbus: registering driver hv_netvsc [ 4.652992] hidraw: raw HID events driver (C) Jiri Kosina [ 4.663760] hv_vmbus: registering driver hyperv_keyboard [ 4.736321] hv_vmbus: registering driver hid_hyperv [ 4.806239] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 4.817357] hv_utils: Heartbeat IC version 3.0 [ 4.836331] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.883176] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.924681] hv_utils: Shutdown IC version 3.0 [ 4.932476] hv_utils: TimeSync IC version 4.0 [ 4.942655] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 5.144047] raid6: sse2x1 gen() 4520 MB/s [ 5.196032] raid6: sse2x1 xor() 3389 MB/s [ 5.252040] raid6: sse2x2 gen() 5973 MB/s [ 5.304031] raid6: sse2x2 xor() 4130 MB/s [ 5.356039] raid6: sse2x4 gen() 6937 MB/s [ 5.408038] raid6: sse2x4 xor() 5212 MB/s [ 5.412627] raid6: using algorithm sse2x4 gen() 6937 MB/s [ 5.417134] raid6: .... xor() 5212 MB/s, rmw enabled [ 5.422597] raid6: using intx1 recovery algorithm [ 5.431668] xor: measuring software checksum speed [ 5.476036] prefetch64-sse: 10044.000 MB/sec [ 5.524037] generic_sse: 8339.000 MB/sec [ 5.530209] xor: using function: prefetch64-sse (10044.000 MB/sec) [ 5.541666] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 5.751676] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.972518] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 5.977251] EXT4-fs (sda1): write access will be enabled during recovery [ 6.457727] EXT4-fs (sda1): recovery complete [ 6.539979] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 7.005761] 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) [ 7.013534] systemd[1]: Detected virtualization microsoft. [ 7.018240] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 7.066774] systemd[1]: Set hostname to <tempest-attachvolumetestjson-server-1223574817>. [ 7.447056] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 7.501088] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 7.555651] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 7.608670] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 7.669565] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 7.725465] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Created slice System Slice. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Created slice system-getty.slice. Starting Journal Service... Starting Load Kernel Modules... Starting Remount Root and Kernel File Systems...[ 8.299294] Loading iSCSI transport class v2.0-870. [ 8.353224] iscsi: registered transport (tcp) Mounting Huge Pages File System... [ 8.394613] iscsi: registered transport (iser) Starting Create list of required st... nodes for the current kernel... Mounting Debug File System...[ 8.461590] EXT4-fs (sda1): re-mounted. Opts: (null) [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[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 LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Initial cloud-init job (pre-networking)... Mounting Configuration File System... Mounting FUSE Control File System... Starting Apply Kernel Variables... 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 Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/eth0. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 26.157376] cloud-init[329]: Cloud-init v. 18.2 running 'init-local' at Fri, 02 Sep 2022 09:37:55 +0000. Up 12.65 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. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 49.492213] cloud-init[671]: Cloud-init v. 18.2 running 'init' at Fri, 02 Sep 2022 09:38:11 +0000. Up 28.99 seconds. [ 49.588483] cloud-init[[0;32m OK [0m[671]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [ 49.697571] [cloud-init[0;32m OK [0m[671]: ] ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Reached target System Initialization. [ 49.794600] cloud-init[[671]: [0;32m OK [mci-info: | Device | Up | Address | Mask | Scope | Hw-Address |] Started Daily at download activities. [ 49.896817] cloud-init[[671]: [0;32m OK [0mci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Started Daily apt upgrade and clean activities. [ 49.990499] cloud-init[671]: [ci-info: | eth0 | True | 172.20.0.6 | 255.255.255.240 | . | fa:16:3e:46:e6:e2 |[0;32m OK [0m] Started ACPI Events Check.[ 50.073458] cloud-init[[671]: [0;32m OK [0mci-info: | eth0 | True | fe80::f816:3eff:fe46:e6e2/64 | . | link | fa:16:3e:46:e6:e2 |] Reached target Paths. [ 50.173523] [cloud-init[0;32m OK [0m[671]: ] ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |Listening on D-Bus System Message Bus Socket. [[ 50.274229] [0;32m OK [0mcloud-init] [671]: Started Daily Cleanup of Temporary Directories.ci-info: | lo | True | ::1/128 | . | host | . | [[0;32m OK [0m ] [ 50.383979] Reached target Timers.cloud-init [671]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[[0;32m OK [0m ] [ 50.473783] Listening on ACPID Listen Socket.cloud-init [671]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[[0;32m OK [0m ] [ 50.562595] Reached target Sockets.cloud-init [671]: [ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Reached target Basic System.[ 50.660575] cloud-init [671]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Starting Login Service... [ 50.754237] cloud-initStarting LSB: MD monitoring daemon...[671]: ci-info: +------+-----------------+------------+-----------------+-----------+-------+ [ [0;32m OK [0m[ 50.866664] cloud-init] Started D-Bus System Message Bus.[671]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 50.949745] cloud-init[671]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ 51.019952] cloud-init[671]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 51.080974] cloud-init[671]: ci-info: +-------+-----------------+------------+----------------+-----------+-------+ [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... Starting /etc/rc.local Compatibility... Starting Apply the settings specified in cloud-config... Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. 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 LSB: automatic crash report generation. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[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] Created slice User Slice of ubuntu. [[0;32m OK [0m] Started Session 1 of user ubuntu. Starting User Manager for UID 1000... [[0;32m OK [0m] Started User Manager for UID 1000. [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. Stopping User Manager for UID 1000... [[0;32m OK [0m] Stopped User Manager for UID 1000. [[0;32m OK [0m] Removed slice User Slice of ubuntu. Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-1223574817 ttyS0 tempest-attachvolumetestjson-server-1223574817 login: [ 64.589788] cloud-init[732]: Cloud-init v. 1.2 running 'modules:config' at Fri, 02 Sep 2022 09:38:35 +0000. Up 52.93 seconds. [ 73.522330] cloud-init[870]: Printing ubuntu user authorized keys [ 73.626792] cloud-init[870]: ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEudoS2rB7zMlidmb4B2/rOEIZgIUdNC4bKcdqZYZEAhMBCTUnJBP/1HYJOkdwoPP5tJG6RFpzTCs2+zzmZIURyZ5L43WvRrp3eTjKnyS0qxQY6RnLm+SuhCBQPmlFr82A== ci-info: Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu ci-info: +---------+-------------------+---------+---------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------+---------+---------+ ci-info: +---------+-------------------+---------+---------+ <14>Sep 2 09:38:57 ec2: <14>Sep 2 09:38:57 ec2: ############################################################# <14>Sep 2 09:38:57 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Sep 2 09:38:57 ec2: 1024 SHA256:8aErpNjItvD5ha4+FumAPHjnTLZDLJQM6qRoKNKpPy4 root@tempest-attachvolumetestjson-server-1223574817 (DSA) <14>Sep 2 09:38:57 ec2: 256 SHA256:kxqBTIfdfmD7mpkQGhwvNu79ccTOmF9brNZXEoP1w1g root@tempest-attachvolumetestjson-server-1223574817 (ECDSA) <14>Sep 2 09:38:57 ec2: 256 SHA256:p6xOcN7+6A/gJztGr0w/xJp4kjx8LGNwifA5f1kTNGw root@tempest-attachvolumetestjson-server-1223574817 (ED25519) <14>Sep 2 09:38:57 ec2: 2048 SHA256:K7IwcX2JBubeXS0G4iD4zVI2mISxM5+LGVckUa5fcb0 root@tempest-attachvolumetestjson-server-1223574817 (RSA) <14>Sep 2 09:38:57 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Sep 2 09:38:57 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNS7YEK4OxvPjmc+cTCTHGzKBmybNCIW9PsQ2tweUim5g5xHI5UtH1F3V4Do5b+kBed+IbSkRxje3olN1X/n76M= root@tempest-attachvolumetestjson-server-1223574817 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILmecABqCvVLvxuza7f2qb7fllsz7gyOZvc4Ds+VN8Vm root@tempest-attachvolumetestjson-server-1223574817 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDM4nJiO/KP8Zxr57ZeHQWzhjPPddnN0gDfm10RAjcuCf8frygN65Gy54o0dzW7zYTXQ5tgkUuF5yMOqpBNRaA4hY1SEv0nXqvi3XM3OSUShTBm4rvjE/2y61TCmlSf0GxLDKC6x/Z7r6hllzz3VDrKzzOHjnHAOmeJXzYsdixbLx+njDtZ3ZWN53pwgiL0DGPRfCy9qc6/gsN3WwWJ7p4tv0kjhTPRrdT/3vn6KS3c4FPFYrP+sP4UUNbk9DZZNXgOOAGHXeV5thy0oaKD9SJVXjoNpC0mIWoBFd4/znVad7vIwVccmO0eliSMoRukm6bYNWZ3DK7Wqc1uJdcdcTVj root@tempest-attachvolumetestjson-server-1223574817 -----END SSH HOST KEY KEYS----- [ 78.035931] cloud-init[870]: Cloud-init v. 18.2 running 'modules:final' at Fri, 02 Sep 2022 09:38:48 +0000. Up 65.50 seconds. [ 78.164307] cloud-init[870]: Cloud-init v. 18.2 finished at Fri, 02 Sep 2022 09:38:59 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 76.27 seconds 2022-09-02 09:51:15,888 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:15,889 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c75075f-a3cc-4ac6-ae96-34d1008cfa02', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c75075f-a3cc-4ac6-ae96-34d1008cfa02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:16,946 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:51:16,946 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da0767c0-24c6-46f8-9ea0-6e413ce02b67', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0767c0-24c6-46f8-9ea0-6e413ce02b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:18,001 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:18,002 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c1c0d8b-c09d-4f0a-8927-d52a706de56c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c1c0d8b-c09d-4f0a-8927-d52a706de56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:19,057 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:19,057 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b3ea23-821b-4864-bd37-26ef75affe6d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b3ea23-821b-4864-bd37-26ef75affe6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:20,112 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:20,113 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecddf6ce-8d53-445a-b901-0160f0d6cf3e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecddf6ce-8d53-445a-b901-0160f0d6cf3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:21,168 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:51:21,168 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a6ab53-6e12-43aa-9438-1b915a272210', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a6ab53-6e12-43aa-9438-1b915a272210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:22,223 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:22,223 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11a77973-2a4f-4c92-a377-4030973e801a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11a77973-2a4f-4c92-a377-4030973e801a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:23,278 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:23,278 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-254fadda-13a8-4920-bdbf-b477ea6e2b49', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-254fadda-13a8-4920-bdbf-b477ea6e2b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:24,332 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:24,333 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebe55bf-6d3f-4f0f-bb35-eced72ef579f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebe55bf-6d3f-4f0f-bb35-eced72ef579f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:25,389 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:25,390 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122cb3e0-86ef-49cb-8c29-133209edd2c9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122cb3e0-86ef-49cb-8c29-133209edd2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:26,445 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:26,446 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee89aac2-6109-4c76-ac99-ec0f1c78481e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee89aac2-6109-4c76-ac99-ec0f1c78481e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:27,501 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:27,501 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f165ef-826c-4572-9cfc-437c85ec1b94', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f165ef-826c-4572-9cfc-437c85ec1b94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:28,556 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:28,556 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caa1f4ab-3c6d-4f8f-a2e4-ef8a3d66d267', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caa1f4ab-3c6d-4f8f-a2e4-ef8a3d66d267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:29,611 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:29,611 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4556ed35-ef1c-4d56-a859-7438c007cc90', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4556ed35-ef1c-4d56-a859-7438c007cc90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:30,665 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:30,665 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de460d73-f8a8-426c-a7e6-1bb867ae2f67', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de460d73-f8a8-426c-a7e6-1bb867ae2f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:31,721 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:31,721 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cd80933-a3c7-439e-b9bb-5e13c66bdf50', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cd80933-a3c7-439e-b9bb-5e13c66bdf50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:32,776 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:32,777 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b3ae57-edbc-40af-8202-fb8f2a35c39f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b3ae57-edbc-40af-8202-fb8f2a35c39f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:33,830 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:51:33,831 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff5bc233-e495-42ed-b25a-285998f4c21b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff5bc233-e495-42ed-b25a-285998f4c21b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:34,887 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:34,887 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7beeca-197a-4909-b373-b1e6a0308b2d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7beeca-197a-4909-b373-b1e6a0308b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:35,943 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:35,943 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f98d0ad9-b3a8-4d7f-ba5e-a2518e44dd3f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f98d0ad9-b3a8-4d7f-ba5e-a2518e44dd3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:36,997 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:36,998 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43fea723-e056-4771-ba72-7bb576007db6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43fea723-e056-4771-ba72-7bb576007db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:38,052 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:38,053 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1679f3-2f8c-478f-a3f1-fffe8e0f2895', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1679f3-2f8c-478f-a3f1-fffe8e0f2895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:39,108 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:39,108 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c738e9-9553-4635-a3f6-6384b843ae17', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c738e9-9553-4635-a3f6-6384b843ae17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:40,162 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:40,163 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0418df23-63cb-48f1-acd5-00d2566a2f66', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0418df23-63cb-48f1-acd5-00d2566a2f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:41,218 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:41,218 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa3daed-3e91-4d34-ba57-69d47f67970d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa3daed-3e91-4d34-ba57-69d47f67970d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:42,273 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:42,273 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96818395-2b98-4cea-832e-b16961409788', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96818395-2b98-4cea-832e-b16961409788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:43,330 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:51:43,330 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a92d901-25ad-4565-a78c-2cbc6a76f1bd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a92d901-25ad-4565-a78c-2cbc6a76f1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:44,385 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:44,386 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e826c71d-b0dd-49ec-90c5-68ea0f813343', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e826c71d-b0dd-49ec-90c5-68ea0f813343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:45,441 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:45,441 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2890579d-d64d-43e4-bbfd-fab8c1deba8f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2890579d-d64d-43e4-bbfd-fab8c1deba8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:46,496 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:46,497 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52774277-24ab-4ea4-b0c2-4b6473599254', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52774277-24ab-4ea4-b0c2-4b6473599254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:47,552 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:47,552 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bcd6ef3-f21c-4b42-a416-3de5ca400ded', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bcd6ef3-f21c-4b42-a416-3de5ca400ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:48,611 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:48,611 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d100aa-ba0e-4849-ad07-c26fefd37064', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d100aa-ba0e-4849-ad07-c26fefd37064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:49,665 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:49,666 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b51febfe-640f-4416-8047-ef54b7d8c4c4', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b51febfe-640f-4416-8047-ef54b7d8c4c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:50,721 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:50,721 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a8a981-7ce5-400b-ac71-783ce0b9c195', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a8a981-7ce5-400b-ac71-783ce0b9c195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:51,775 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:51:51,776 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7515de71-0fc7-4a86-869b-b462ef9cec61', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7515de71-0fc7-4a86-869b-b462ef9cec61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:52,831 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:52,832 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21293ed9-d138-4256-bcd5-9a5ae06fef6d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21293ed9-d138-4256-bcd5-9a5ae06fef6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:53,887 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:53,888 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d96ea8eb-9e2a-4ac4-b6c3-60a9553e9733', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d96ea8eb-9e2a-4ac4-b6c3-60a9553e9733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:54,943 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:54,943 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2473b5c3-8b09-42cf-ae7c-113e21112f4b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2473b5c3-8b09-42cf-ae7c-113e21112f4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:55,998 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:55,998 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d4e6b7-e05a-4f7c-8606-e46382dd05a1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d4e6b7-e05a-4f7c-8606-e46382dd05a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:57,053 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:57,053 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8369bbdc-015a-4a58-8aba-9a582cddcc94', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8369bbdc-015a-4a58-8aba-9a582cddcc94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:58,112 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:51:58,113 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e893c0-fc67-45dc-a42c-0aba58c6423b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e893c0-fc67-45dc-a42c-0aba58c6423b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:51:59,173 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:51:59,173 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb1afac9-667b-4d81-a918-377e8b67d69e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb1afac9-667b-4d81-a918-377e8b67d69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:00,228 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:00,228 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d02c8e8-2b40-4d2f-bd58-84f68d31c513', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d02c8e8-2b40-4d2f-bd58-84f68d31c513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:01,284 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:01,285 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44b2202-4937-49c0-a7bd-1e1ab064ecc7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44b2202-4937-49c0-a7bd-1e1ab064ecc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:02,341 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:52:02,342 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29db7255-0314-4afb-a5d8-3372775de72a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29db7255-0314-4afb-a5d8-3372775de72a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:03,399 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:03,399 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e56e4cb-5ab3-4ba6-a160-76b83bf300f8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e56e4cb-5ab3-4ba6-a160-76b83bf300f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:04,455 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:04,455 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b7a7d2-67eb-48b5-ba34-4d28e40b8428', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b7a7d2-67eb-48b5-ba34-4d28e40b8428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:05,510 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:05,510 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b2fb14-6707-4d5a-8018-f1136bec6bbe', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b2fb14-6707-4d5a-8018-f1136bec6bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:06,566 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:06,566 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb4c9e27-306d-4867-8dca-f53a30f8c449', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb4c9e27-306d-4867-8dca-f53a30f8c449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:07,620 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:07,621 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17cf6058-6db7-486c-b53e-1ba7b0e817b6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17cf6058-6db7-486c-b53e-1ba7b0e817b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:08,676 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:52:08,677 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-920d5823-81a5-4f53-9a0d-028bfe429263', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-920d5823-81a5-4f53-9a0d-028bfe429263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:09,732 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:09,732 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-879656e8-c8da-4793-8866-52b76296a957', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-879656e8-c8da-4793-8866-52b76296a957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:10,788 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:52:10,789 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb3fdf2-82b8-4043-a013-badb693adac9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb3fdf2-82b8-4043-a013-badb693adac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:11,845 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:52:11,845 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff6bcce1-2a9f-45b1-9b0a-be1721896bb6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff6bcce1-2a9f-45b1-9b0a-be1721896bb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:12,900 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:12,900 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce7cf53a-9dd1-404a-b927-a0cecc5db832', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce7cf53a-9dd1-404a-b927-a0cecc5db832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:13,955 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:13,956 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b7c7bb8-7216-4dd3-af93-c030a8d25181', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b7c7bb8-7216-4dd3-af93-c030a8d25181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:15,010 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:15,011 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f9d27c1-476d-45d4-9e4f-db3b8507c12d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f9d27c1-476d-45d4-9e4f-db3b8507c12d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:16,066 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:16,066 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-872d7d90-48ff-46e5-a0cf-5a90b2b1a019', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-872d7d90-48ff-46e5-a0cf-5a90b2b1a019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:17,121 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:17,121 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37579f33-6a86-40f1-b7b1-f201c8019c0a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37579f33-6a86-40f1-b7b1-f201c8019c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:18,177 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:18,177 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-478a94a3-359f-4645-81f4-69f7944629b2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-478a94a3-359f-4645-81f4-69f7944629b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:19,232 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:19,232 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a247bde-9cf0-443e-b42d-a94ec7fb2cf2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a247bde-9cf0-443e-b42d-a94ec7fb2cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:20,288 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:52:20,289 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50fcb661-e313-4c27-b0a0-4b1b73e7de28', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50fcb661-e313-4c27-b0a0-4b1b73e7de28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:21,344 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:21,344 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d04f7a58-caea-445a-aa9d-2990389373f2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d04f7a58-caea-445a-aa9d-2990389373f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:22,400 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:22,400 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60df21a9-60b9-4882-8a93-7cf5ecdaeb7a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60df21a9-60b9-4882-8a93-7cf5ecdaeb7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:23,454 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:23,454 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b60f1ff1-3bc6-497f-9dfa-81cf580a5af7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b60f1ff1-3bc6-497f-9dfa-81cf580a5af7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:24,509 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:24,509 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a21f0b2-75b4-462d-9ded-8ff0d82009ce', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a21f0b2-75b4-462d-9ded-8ff0d82009ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:25,564 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:25,565 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dc6f80e-09f7-4796-b73c-ca0f4a179fbd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc6f80e-09f7-4796-b73c-ca0f4a179fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:26,620 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:26,620 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9604422-3cde-4e06-bd95-d2d1c962f45a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9604422-3cde-4e06-bd95-d2d1c962f45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:27,675 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:27,676 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2907c937-b724-48da-9849-450fbd20caa1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2907c937-b724-48da-9849-450fbd20caa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:28,731 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:28,731 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d271b3-82e8-4c6f-add1-47db91882528', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d271b3-82e8-4c6f-add1-47db91882528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:29,787 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:29,787 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d92395a-7dd1-4c1e-b600-3d9af3fddb7a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d92395a-7dd1-4c1e-b600-3d9af3fddb7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:30,842 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:30,842 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e4e6da-e152-4032-8671-4e8938e510f6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e4e6da-e152-4032-8671-4e8938e510f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:31,898 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:31,898 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dc849a1-9b7b-4729-9d89-3f4dc8705dc6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dc849a1-9b7b-4729-9d89-3f4dc8705dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:32,952 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:32,953 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2ec8d20-2bc9-4e8d-98b4-fd48a95a499c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2ec8d20-2bc9-4e8d-98b4-fd48a95a499c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:34,008 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:34,008 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87497a6c-fad5-437d-9a6a-6e36f6fc03d1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87497a6c-fad5-437d-9a6a-6e36f6fc03d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:35,062 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:35,063 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026b5b98-3381-40ab-948f-17274e1145df', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026b5b98-3381-40ab-948f-17274e1145df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:36,118 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:36,119 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85eec399-e501-4b29-b731-c9e1935e5056', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85eec399-e501-4b29-b731-c9e1935e5056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:37,173 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:37,173 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73e5397-c77d-470f-b17f-ec41db7f7983', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73e5397-c77d-470f-b17f-ec41db7f7983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:38,232 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.046s 2022-09-02 09:52:38,232 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab494173-87ba-402f-8acd-e17071eec3dd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab494173-87ba-402f-8acd-e17071eec3dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:39,287 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:39,287 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a58b034-71b4-4a6f-b321-84cac72c7b97', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a58b034-71b4-4a6f-b321-84cac72c7b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:40,342 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:40,342 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee66f722-40fc-4eb3-93f7-45857bf84fe7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee66f722-40fc-4eb3-93f7-45857bf84fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:41,400 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:52:41,400 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5d014b-ace9-42bd-855c-47b7d577bf81', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5d014b-ace9-42bd-855c-47b7d577bf81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:42,455 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:42,455 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d624c8ef-b97b-46b1-927f-6221f2302f66', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d624c8ef-b97b-46b1-927f-6221f2302f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:43,510 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:43,510 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-704ef32f-5236-401e-a46f-e9ad90409763', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-704ef32f-5236-401e-a46f-e9ad90409763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:44,565 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:44,566 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a33a4da-b56b-4cad-b10f-306af2466294', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a33a4da-b56b-4cad-b10f-306af2466294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:45,620 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:45,620 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dae55dc-24d3-4618-8578-e7e2fc5831f1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dae55dc-24d3-4618-8578-e7e2fc5831f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:46,676 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:46,676 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5116c936-f0e7-4061-98c7-9a506f9d1efd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5116c936-f0e7-4061-98c7-9a506f9d1efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:47,730 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:47,730 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36da2c42-c978-4d2c-831a-4af84a2cbbe7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36da2c42-c978-4d2c-831a-4af84a2cbbe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:48,786 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:48,787 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8c5d5ac-4bc3-4459-a384-0b409034a9e1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8c5d5ac-4bc3-4459-a384-0b409034a9e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:49,842 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:52:49,842 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d259bee-3e2d-4aa9-983d-7fe7b7c99fac', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d259bee-3e2d-4aa9-983d-7fe7b7c99fac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:50,897 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:50,898 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d96bd046-3d23-4dfa-b30b-5573089fff4e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d96bd046-3d23-4dfa-b30b-5573089fff4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:51,953 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:52:51,953 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed9d62f1-3bc4-4a48-a49f-14ecdcd3b963', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9d62f1-3bc4-4a48-a49f-14ecdcd3b963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:53,007 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:53,008 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825f8828-e6a0-4e43-837e-d16417b59243', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825f8828-e6a0-4e43-837e-d16417b59243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:54,063 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:54,063 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2891d6a-6678-4a8e-9f44-0d8151949948', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2891d6a-6678-4a8e-9f44-0d8151949948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:55,119 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:52:55,119 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84b6a0b-948e-4dcd-b246-07fbfabb2d81', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84b6a0b-948e-4dcd-b246-07fbfabb2d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:56,174 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:56,175 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8d0e366-1fa2-419b-9c6e-e3ba4a171664', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8d0e366-1fa2-419b-9c6e-e3ba4a171664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:57,230 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:57,231 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-accab133-afe4-448c-a42a-da4d8302fbcf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-accab133-afe4-448c-a42a-da4d8302fbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:58,287 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:52:58,287 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361c7aa3-1e33-428c-8193-a4179980f52b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361c7aa3-1e33-428c-8193-a4179980f52b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:52:59,342 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:52:59,342 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b69efb38-a657-4ddf-9d79-72659ddca40b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b69efb38-a657-4ddf-9d79-72659ddca40b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:00,397 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:00,398 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e056e401-5a61-46e4-a1f3-ece385015263', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e056e401-5a61-46e4-a1f3-ece385015263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:01,452 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:01,452 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f85ee5-c24a-4d2e-8eaa-0e3d70f46f0c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f85ee5-c24a-4d2e-8eaa-0e3d70f46f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:02,508 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:02,508 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5899058c-542d-4fa9-ab44-ccdd3e0a05dc', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5899058c-542d-4fa9-ab44-ccdd3e0a05dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:03,570 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.051s 2022-09-02 09:53:03,571 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8162d62-0a35-4a89-afef-a4232eb737ee', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8162d62-0a35-4a89-afef-a4232eb737ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:04,628 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:04,629 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40adaf18-735b-458c-826a-9d89827ea91f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40adaf18-735b-458c-826a-9d89827ea91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:05,683 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:05,683 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8601843-fb14-461f-85ad-50df1aec857c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8601843-fb14-461f-85ad-50df1aec857c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:06,738 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:53:06,738 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5357ed95-c531-44f4-abbf-aea13e8c1cad', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5357ed95-c531-44f4-abbf-aea13e8c1cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:07,795 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:53:07,796 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa2e6cf3-8d4e-4543-89b3-20a5b0000c1f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa2e6cf3-8d4e-4543-89b3-20a5b0000c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:08,851 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:08,851 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-131bcfe5-1009-4e4b-8a8a-b9fcd2b7bc59', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-131bcfe5-1009-4e4b-8a8a-b9fcd2b7bc59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:09,907 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:09,907 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e84b283-c216-45b8-be3d-7bd4492f5a5b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e84b283-c216-45b8-be3d-7bd4492f5a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:10,961 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:53:10,961 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebf2dd09-2dd2-4104-a0c3-99158aaca296', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf2dd09-2dd2-4104-a0c3-99158aaca296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:12,016 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:12,016 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-675d3815-5c37-4754-91b3-4f927ce79e16', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-675d3815-5c37-4754-91b3-4f927ce79e16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:13,072 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:13,072 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa8002b1-d1e2-49c2-8fbe-a0276d160f22', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa8002b1-d1e2-49c2-8fbe-a0276d160f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:14,127 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:14,127 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91aac071-de9c-413a-ab36-f6df6859b881', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91aac071-de9c-413a-ab36-f6df6859b881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:15,182 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:53:15,182 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f19cbaa-6d3e-40bf-8667-c543e2e2b042', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f19cbaa-6d3e-40bf-8667-c543e2e2b042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:16,237 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:16,237 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c66e12-89e7-437f-ba21-9ed1659e3430', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c66e12-89e7-437f-ba21-9ed1659e3430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:17,292 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:17,292 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8fbc1fc-7098-4238-b078-21f9c813041b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8fbc1fc-7098-4238-b078-21f9c813041b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:18,346 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:53:18,346 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a58b7dbc-afa9-4bc5-a980-4f7a87ab4c1f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a58b7dbc-afa9-4bc5-a980-4f7a87ab4c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:19,401 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:19,402 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783d55ce-88fc-4d70-b962-d56ed7a961fa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783d55ce-88fc-4d70-b962-d56ed7a961fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:20,456 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:20,457 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d20fcfd-2b95-436c-b429-014fa59c753b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d20fcfd-2b95-436c-b429-014fa59c753b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:21,512 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:21,512 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bcc452-43c6-4c1c-8a83-a7ae6f8c24f6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bcc452-43c6-4c1c-8a83-a7ae6f8c24f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:22,567 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:22,567 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94db8987-3879-437c-a2e3-1ebf0f9c29d8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94db8987-3879-437c-a2e3-1ebf0f9c29d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:23,622 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:23,622 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4fc77b3-1b41-45cf-86a6-1c595fa2877d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4fc77b3-1b41-45cf-86a6-1c595fa2877d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:24,676 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:24,677 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6539d7e6-e16d-4112-ab1a-a01661522982', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6539d7e6-e16d-4112-ab1a-a01661522982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:25,733 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:25,733 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d32981b-3741-4d1c-bfbf-aa3e37a55da1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d32981b-3741-4d1c-bfbf-aa3e37a55da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:26,790 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:26,790 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c801a662-3773-474a-94b4-ca5a815a5eec', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c801a662-3773-474a-94b4-ca5a815a5eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:27,846 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:27,847 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a5ba29b-3fc2-4038-9736-bee028389564', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a5ba29b-3fc2-4038-9736-bee028389564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:28,903 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:28,903 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-888ede3b-a947-4643-a2eb-61b0a38c3485', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-888ede3b-a947-4643-a2eb-61b0a38c3485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:29,958 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:29,958 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad3e6f8-3b6f-4bc5-8ea6-c845990888d0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad3e6f8-3b6f-4bc5-8ea6-c845990888d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:31,013 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:31,014 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761ec52e-3de3-47ad-955d-4859146023d2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761ec52e-3de3-47ad-955d-4859146023d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:32,068 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:53:32,068 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a6f9c78-9ece-45d2-a29f-3cc0a41619c4', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a6f9c78-9ece-45d2-a29f-3cc0a41619c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:33,123 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:33,124 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9effd4-508e-4035-ac44-dc7821d5a80b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9effd4-508e-4035-ac44-dc7821d5a80b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:34,179 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:34,179 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47fdc24-af5b-4d39-a85a-048c0960fd98', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47fdc24-af5b-4d39-a85a-048c0960fd98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:35,234 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:35,234 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f3686cd-ec88-4f7a-8f81-39b9b120f1c7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f3686cd-ec88-4f7a-8f81-39b9b120f1c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:36,289 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:36,289 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-691a3144-c95b-48dd-97c5-079cf244c2c9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-691a3144-c95b-48dd-97c5-079cf244c2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:37,344 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:37,345 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b47f2cf-83cf-494f-a585-58bd06379479', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b47f2cf-83cf-494f-a585-58bd06379479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:38,408 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.052s 2022-09-02 09:53:38,409 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7876b4-bc97-4a67-9991-d0a82807744e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7876b4-bc97-4a67-9991-d0a82807744e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:39,463 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:39,464 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e0f8bf-0bef-46d4-bfec-1561bebbde3c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e0f8bf-0bef-46d4-bfec-1561bebbde3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:40,518 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:40,518 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45df6647-b7f4-4732-b09a-3f7d591c0a3d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45df6647-b7f4-4732-b09a-3f7d591c0a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:41,572 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:41,573 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40dd859e-1ce5-488b-9de2-6c71ae53032c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40dd859e-1ce5-488b-9de2-6c71ae53032c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:42,627 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:42,627 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2af4f6b-6f33-4cc4-89b6-1f9b49da0e18', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2af4f6b-6f33-4cc4-89b6-1f9b49da0e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:43,681 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:53:43,681 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92e4d6a5-0d6e-4412-93fb-3000a31ba067', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92e4d6a5-0d6e-4412-93fb-3000a31ba067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:44,736 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:44,736 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cb83b9e-1dbe-4cd7-8b7d-a735ed2afaad', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb83b9e-1dbe-4cd7-8b7d-a735ed2afaad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:45,793 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:45,793 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6930807c-a976-484a-bff4-53c864eb1b77', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6930807c-a976-484a-bff4-53c864eb1b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:46,849 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:46,849 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9af0de1a-161d-41a4-b9fc-67614d7ef69c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9af0de1a-161d-41a4-b9fc-67614d7ef69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:47,905 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:47,906 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ac52b1-f11a-475a-87ba-3889672172e1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ac52b1-f11a-475a-87ba-3889672172e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:48,961 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:48,961 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f7a767a-8477-469e-9e78-5ad7e7c74ae2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f7a767a-8477-469e-9e78-5ad7e7c74ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:50,016 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:50,017 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e82d2f4-021b-4549-a690-6b85d7043911', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e82d2f4-021b-4549-a690-6b85d7043911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:51,071 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:51,072 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ce314a-1345-40a1-b328-0dac9db9acb7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ce314a-1345-40a1-b328-0dac9db9acb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:52,125 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:53:52,126 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f17beb4-2d66-4851-bd05-0da01bdaf4c6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f17beb4-2d66-4851-bd05-0da01bdaf4c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:53,182 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:53,182 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d4f4bd-f6c2-4bc2-b053-4ec8204b8251', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d4f4bd-f6c2-4bc2-b053-4ec8204b8251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:54,236 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:54,237 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9389bdd1-736e-4210-87de-05e150778f96', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9389bdd1-736e-4210-87de-05e150778f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:55,295 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.046s 2022-09-02 09:53:55,295 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f0626a-9b3a-45d3-ba3f-1746f167b86c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f0626a-9b3a-45d3-ba3f-1746f167b86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:56,350 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:53:56,350 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5337624-d318-4544-9677-03687e7f3617', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5337624-d318-4544-9677-03687e7f3617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:57,407 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:53:57,407 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55a5ca56-be41-44ab-9e01-a1eb5a1dbe7c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55a5ca56-be41-44ab-9e01-a1eb5a1dbe7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:58,461 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:53:58,462 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0d35b6b-dd74-42a7-aec2-8c5704af4929', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0d35b6b-dd74-42a7-aec2-8c5704af4929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:53:59,516 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:53:59,517 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05355d99-9692-456b-89df-438ec450cecf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05355d99-9692-456b-89df-438ec450cecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:00,571 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:00,571 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43da15c4-0887-4937-9a15-5f55db0be121', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43da15c4-0887-4937-9a15-5f55db0be121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:01,626 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:01,627 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b171e073-5845-4e15-b545-2bfafb261a47', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b171e073-5845-4e15-b545-2bfafb261a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:02,680 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.041s 2022-09-02 09:54:02,681 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-892db531-46ab-48b4-8632-d4cbd132d80e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-892db531-46ab-48b4-8632-d4cbd132d80e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:03,737 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:03,740 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f45dfd14-d698-46a2-94f5-aedb38a46189', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45dfd14-d698-46a2-94f5-aedb38a46189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:04,796 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:04,796 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-797d830f-4166-4a13-a897-8f5865a6dee1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-797d830f-4166-4a13-a897-8f5865a6dee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:05,852 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:05,852 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2e0c81-6f80-4187-a75e-898e6a56c1f9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2e0c81-6f80-4187-a75e-898e6a56c1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:06,906 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:06,907 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d788efc-bd37-4abc-8a1d-45d4933e6c32', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d788efc-bd37-4abc-8a1d-45d4933e6c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:07,962 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:07,962 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d197c32f-a916-44ad-892c-4cc3efa8fb52', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d197c32f-a916-44ad-892c-4cc3efa8fb52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:09,018 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:09,019 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a90ac16-3d94-45f5-9888-93f8e56583f9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a90ac16-3d94-45f5-9888-93f8e56583f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:10,073 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:10,074 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2bf76f0-ff1c-45b0-a86d-b7cc4693b1b0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2bf76f0-ff1c-45b0-a86d-b7cc4693b1b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:11,129 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:11,129 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f17be1-6fc9-49fb-b20d-f7f5b220f398', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75f17be1-6fc9-49fb-b20d-f7f5b220f398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:12,185 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:12,185 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3e8b71c-2e00-40d2-a584-fbc1045ce622', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3e8b71c-2e00-40d2-a584-fbc1045ce622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:13,240 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:13,240 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f27fe32-6169-4ba4-a339-e340eced12c4', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f27fe32-6169-4ba4-a339-e340eced12c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:14,296 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:14,296 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d862ccd-7c56-4c54-8703-d10b42e7fbca', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d862ccd-7c56-4c54-8703-d10b42e7fbca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:15,350 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:15,350 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad3d068-d1b5-4868-acfa-15a20b2c1676', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad3d068-d1b5-4868-acfa-15a20b2c1676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:16,404 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:16,405 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36529553-a66b-474d-8c45-8982bfbc59b9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36529553-a66b-474d-8c45-8982bfbc59b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:17,459 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:17,460 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162dee27-7abe-48b9-a2c2-f05d04214caf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162dee27-7abe-48b9-a2c2-f05d04214caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:18,515 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:18,515 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b88903f2-20e1-40c8-af5d-a24782a46c2a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b88903f2-20e1-40c8-af5d-a24782a46c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:19,570 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:19,571 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ee5ac0-dbe0-4fa4-8edf-e2aa4923356f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ee5ac0-dbe0-4fa4-8edf-e2aa4923356f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:20,626 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:20,626 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e554dc-36b2-4663-b2d8-3b71d0fa1028', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e554dc-36b2-4663-b2d8-3b71d0fa1028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:21,683 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:54:21,684 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ac07907-bb67-49b8-bdbb-2c311ca8ff2e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ac07907-bb67-49b8-bdbb-2c311ca8ff2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:22,737 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:22,738 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54523ef6-40d0-4cb2-bdb6-7d76ee6d6542', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54523ef6-40d0-4cb2-bdb6-7d76ee6d6542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:23,795 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:54:23,795 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-762b8ce5-e26e-4691-8a51-8ecf2b64252c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-762b8ce5-e26e-4691-8a51-8ecf2b64252c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:24,851 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:24,851 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48229949-433d-4050-ace6-3cae79d3e1ee', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48229949-433d-4050-ace6-3cae79d3e1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:25,906 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:25,906 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70301b6c-0577-4430-a50f-63defe16453f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70301b6c-0577-4430-a50f-63defe16453f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:26,960 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:26,961 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8529e8cc-140e-44b9-9afd-4d6dd12486f5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8529e8cc-140e-44b9-9afd-4d6dd12486f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:28,017 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:28,017 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20f67e46-7699-4523-9471-76b5948c248e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20f67e46-7699-4523-9471-76b5948c248e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:29,073 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:29,073 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c668dfee-521b-4823-af41-7da6ffb2b892', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c668dfee-521b-4823-af41-7da6ffb2b892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:30,127 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:30,127 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c602d5f-84b9-4d93-930e-ef68fca4115a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c602d5f-84b9-4d93-930e-ef68fca4115a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:31,182 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:31,182 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e37b53-4b71-4469-9c24-04d5f5226e8c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e37b53-4b71-4469-9c24-04d5f5226e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:32,236 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:32,237 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e74f1f88-325e-41e5-835f-d9c0b02ec29e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74f1f88-325e-41e5-835f-d9c0b02ec29e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:33,291 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:33,291 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc9a724-1ccb-42e8-a521-c619afa66172', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc9a724-1ccb-42e8-a521-c619afa66172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:34,345 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.041s 2022-09-02 09:54:34,345 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34bc605-179c-4343-a5ec-e7634b96e196', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34bc605-179c-4343-a5ec-e7634b96e196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:35,400 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:35,400 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb69e86c-dffb-4756-9087-8c0e0a36a03b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb69e86c-dffb-4756-9087-8c0e0a36a03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:36,454 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:36,455 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e35a9b11-ade7-4883-a5f0-e717f2b1e67f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e35a9b11-ade7-4883-a5f0-e717f2b1e67f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:37,509 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:37,509 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9330e7e1-ea0c-4cee-b022-50e8601e6dfa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9330e7e1-ea0c-4cee-b022-50e8601e6dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:38,566 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:54:38,567 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35e5be1-5334-4122-8e82-02c76e899b70', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35e5be1-5334-4122-8e82-02c76e899b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:39,621 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:39,621 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c259be4-bda8-4112-a8d7-6c7fd9abecf1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c259be4-bda8-4112-a8d7-6c7fd9abecf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:40,676 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:40,677 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0deb7354-7644-410c-a6b0-f0b35d1f13cd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0deb7354-7644-410c-a6b0-f0b35d1f13cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:41,732 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:41,732 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-472500da-336b-4103-b2fb-8033f9ae5d58', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-472500da-336b-4103-b2fb-8033f9ae5d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:42,788 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:42,788 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7533998e-127b-48a0-b755-51a0effaf28b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7533998e-127b-48a0-b755-51a0effaf28b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:43,843 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:43,843 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52461902-decc-4473-8bb0-5e10dd1f0709', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52461902-decc-4473-8bb0-5e10dd1f0709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:44,957 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.102s 2022-09-02 09:54:44,958 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e51b5c65-fce5-4f93-b901-7944ceec888e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e51b5c65-fce5-4f93-b901-7944ceec888e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:46,014 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:46,014 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffefa3bb-1292-4016-b9bf-a3e18bb7331c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffefa3bb-1292-4016-b9bf-a3e18bb7331c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:47,069 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:47,069 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d01569a-f011-450c-a94a-894f4398f6fa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d01569a-f011-450c-a94a-894f4398f6fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:48,124 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:48,124 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0659e22e-3f8f-4cab-9e48-a9ba9abba235', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0659e22e-3f8f-4cab-9e48-a9ba9abba235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:49,180 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:49,180 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72398775-bd0e-499b-a3ed-73100a6ae646', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72398775-bd0e-499b-a3ed-73100a6ae646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:50,235 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:50,236 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d20e73af-b74a-4df2-8bf6-eccf4592c218', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d20e73af-b74a-4df2-8bf6-eccf4592c218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:51,290 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:51,290 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06fe9bd1-b66d-4f9b-a0f1-e509d5835445', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06fe9bd1-b66d-4f9b-a0f1-e509d5835445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:52,346 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:52,346 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa5b83e9-73a1-4b70-911d-ab97b438b803', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa5b83e9-73a1-4b70-911d-ab97b438b803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:53,400 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:53,401 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-249030f7-a568-4b69-b2a5-a34d7ae0d830', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249030f7-a568-4b69-b2a5-a34d7ae0d830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:54,456 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:54:54,456 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7885226d-ba67-4fda-980f-151ada13039a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7885226d-ba67-4fda-980f-151ada13039a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:55,511 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:55,512 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b4fbd5-cddf-42b9-9bb3-bb4e7897c49b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b4fbd5-cddf-42b9-9bb3-bb4e7897c49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:56,567 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:56,567 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c67d38a5-40fe-4e54-9186-8267d58fe88f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c67d38a5-40fe-4e54-9186-8267d58fe88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:57,622 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:57,623 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19100911-1143-40e1-bcf1-485c74791163', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19100911-1143-40e1-bcf1-485c74791163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:58,678 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:54:58,679 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13e808da-008c-46d5-836c-e39fedac833e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13e808da-008c-46d5-836c-e39fedac833e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:54:59,734 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:54:59,734 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73765f9-e941-42fe-beb1-d08c46ebc7ec', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73765f9-e941-42fe-beb1-d08c46ebc7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:00,789 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:00,790 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f2be671-f332-49dc-afac-935de86aea64', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f2be671-f332-49dc-afac-935de86aea64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:01,844 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:01,845 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09053d68-9d97-4b5f-a843-9135ccb277fa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09053d68-9d97-4b5f-a843-9135ccb277fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:02,900 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:02,901 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a52664-e200-45ae-96b3-bf3463ca495f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a52664-e200-45ae-96b3-bf3463ca495f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:03,956 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:03,956 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7408ed62-665d-4ccc-9033-5be94e972017', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7408ed62-665d-4ccc-9033-5be94e972017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:05,014 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.046s 2022-09-02 09:55:05,015 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e565af47-d3a9-4720-93af-a36f291e5124', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e565af47-d3a9-4720-93af-a36f291e5124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:06,074 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:06,075 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2841533-a250-4e6c-a835-57315dee99a2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2841533-a250-4e6c-a835-57315dee99a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:07,130 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:07,130 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ac1b61-6241-4be9-bc89-44f7b7bd8049', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ac1b61-6241-4be9-bc89-44f7b7bd8049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:08,185 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:55:08,185 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ed02ff9-1bec-4675-a97d-8157ecb3d2eb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ed02ff9-1bec-4675-a97d-8157ecb3d2eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:09,246 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.049s 2022-09-02 09:55:09,247 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d696ff4b-929d-4b42-89f2-10087ef88c4f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d696ff4b-929d-4b42-89f2-10087ef88c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:10,303 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:10,303 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10bf5323-302c-488c-a812-a1202ae174c8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10bf5323-302c-488c-a812-a1202ae174c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:11,356 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:55:11,357 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e1302f-7003-4c3a-b61f-e6ee6248aa98', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e1302f-7003-4c3a-b61f-e6ee6248aa98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:12,412 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:12,413 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a5d09b1-8963-46ff-8d0c-31c36bd1f6b0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5d09b1-8963-46ff-8d0c-31c36bd1f6b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:13,469 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:13,469 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd788c4-34f9-47a6-b072-51cc8c41b651', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd788c4-34f9-47a6-b072-51cc8c41b651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:14,524 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:14,525 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37973796-fc00-4aa3-9ede-55ba077d2f42', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37973796-fc00-4aa3-9ede-55ba077d2f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:15,581 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:55:15,582 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1daf0209-9c52-47a1-b4b2-ad22d66633fe', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1daf0209-9c52-47a1-b4b2-ad22d66633fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:16,636 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:55:16,636 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc109f46-4a08-4446-ab13-64fa673c7110', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc109f46-4a08-4446-ab13-64fa673c7110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:17,692 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:17,692 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-577d06cd-0c97-4a95-b970-234b4b5ff8ff', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-577d06cd-0c97-4a95-b970-234b4b5ff8ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:18,758 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.055s 2022-09-02 09:55:18,759 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ea85201-812e-46ee-8b4d-816e5f345005', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea85201-812e-46ee-8b4d-816e5f345005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:19,828 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.057s 2022-09-02 09:55:19,828 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f97f49e6-8077-400b-98e9-0c48d6d5b744', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f97f49e6-8077-400b-98e9-0c48d6d5b744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:20,898 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.057s 2022-09-02 09:55:20,898 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0925f6-ba67-489b-a25a-7cb34d67733d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0925f6-ba67-489b-a25a-7cb34d67733d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:21,962 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.052s 2022-09-02 09:55:21,962 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8916d51e-86a2-4bd1-83b0-5fe87e2eadda', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8916d51e-86a2-4bd1-83b0-5fe87e2eadda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:23,019 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:55:23,020 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df818bf-4a23-4de4-92e2-47a10a41c90a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df818bf-4a23-4de4-92e2-47a10a41c90a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:24,075 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:55:24,076 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55696043-7ddd-40e7-9f1a-7e1caa8cfc49', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55696043-7ddd-40e7-9f1a-7e1caa8cfc49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:25,133 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:55:25,133 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa33b7a3-9419-4249-afee-c44d92e7adeb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa33b7a3-9419-4249-afee-c44d92e7adeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:26,190 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:26,190 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b856ced-eeb6-4ef2-b29f-25a34f152c0f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b856ced-eeb6-4ef2-b29f-25a34f152c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:27,247 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:27,247 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c3ad74-eac3-4f6c-8313-b6d9e6d9450e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c3ad74-eac3-4f6c-8313-b6d9e6d9450e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:28,305 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.047s 2022-09-02 09:55:28,306 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c849bbda-882a-4b18-9cf3-5407e4d8bd62', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c849bbda-882a-4b18-9cf3-5407e4d8bd62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:29,360 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:29,361 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e18279-a4f8-4e29-800d-c9bf768a7668', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e18279-a4f8-4e29-800d-c9bf768a7668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:30,416 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:30,416 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc1704f-7c60-4bc4-a2d1-b2c2469583f1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc1704f-7c60-4bc4-a2d1-b2c2469583f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:31,472 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:31,472 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5f3ee39-3933-4123-bbbb-a7fa83eeaabd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5f3ee39-3933-4123-bbbb-a7fa83eeaabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:32,526 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:55:32,526 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950e5c65-edc6-4df9-94dc-3be2f6d6ac08', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950e5c65-edc6-4df9-94dc-3be2f6d6ac08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:33,582 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:33,582 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab784a12-49ec-4f30-bca5-bd8847841336', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab784a12-49ec-4f30-bca5-bd8847841336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:34,637 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:34,637 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c088dee5-7182-4e23-8954-30b44affbf92', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c088dee5-7182-4e23-8954-30b44affbf92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:35,693 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:35,693 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e8c862-8074-4294-a72c-e4f90319e2c7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e8c862-8074-4294-a72c-e4f90319e2c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:36,749 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:36,749 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf3386b1-51e3-44e2-ac42-b6a600b0245a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf3386b1-51e3-44e2-ac42-b6a600b0245a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:37,809 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.048s 2022-09-02 09:55:37,810 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c5ee34-5bbb-4d3a-95bc-925e4adc7148', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c5ee34-5bbb-4d3a-95bc-925e4adc7148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:38,865 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:38,866 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da4eed9-a09b-45a9-9d0a-146a10043840', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da4eed9-a09b-45a9-9d0a-146a10043840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:39,920 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:39,921 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21679de2-bd58-4b90-823d-6e5a77d8b275', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21679de2-bd58-4b90-823d-6e5a77d8b275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:40,976 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:40,977 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a64f612-79d7-483e-b1fb-940dac634595', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a64f612-79d7-483e-b1fb-940dac634595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:42,032 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:42,032 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62a589bb-7c3b-48c1-b184-b4e621ebcaba', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62a589bb-7c3b-48c1-b184-b4e621ebcaba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:43,089 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:55:43,089 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b32e510-f7e3-4e57-8ebf-e69d6dc4a492', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b32e510-f7e3-4e57-8ebf-e69d6dc4a492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:44,144 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:44,144 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d10f98f-f4b8-4951-b81c-53f471537c76', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d10f98f-f4b8-4951-b81c-53f471537c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:45,199 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:45,200 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71063504-57d7-4964-a2ed-2ef4d3875976', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71063504-57d7-4964-a2ed-2ef4d3875976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:46,261 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.050s 2022-09-02 09:55:46,261 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122d0b6e-5f39-4ccb-b551-c3b4468dee18', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122d0b6e-5f39-4ccb-b551-c3b4468dee18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:47,321 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.048s 2022-09-02 09:55:47,321 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5541291-1883-4af4-a05e-1b4716268303', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5541291-1883-4af4-a05e-1b4716268303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:48,376 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:48,376 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15a7dffc-0793-4264-ae2b-3228dab9e47f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15a7dffc-0793-4264-ae2b-3228dab9e47f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:49,431 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:49,431 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-373bf9e6-8727-4612-aaf4-67d8efb6968b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-373bf9e6-8727-4612-aaf4-67d8efb6968b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:50,486 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:50,486 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d6365f-0cd2-4202-8ae7-7da750320b3e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d6365f-0cd2-4202-8ae7-7da750320b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:51,541 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:51,541 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78b0bebb-4ad6-4b20-a4bc-8a1949fb4fea', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78b0bebb-4ad6-4b20-a4bc-8a1949fb4fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:52,595 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:55:52,596 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab6a57d-fd28-4f57-a39b-f00a508320b7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab6a57d-fd28-4f57-a39b-f00a508320b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:53,649 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:55:53,650 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd8f3aa3-e2ef-457c-88a5-ab2dc9123d36', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd8f3aa3-e2ef-457c-88a5-ab2dc9123d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:54,705 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:55:54,705 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a376eceb-54dc-4da5-92e2-19ad2931c4de', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a376eceb-54dc-4da5-92e2-19ad2931c4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:55,760 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:55,761 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9759de0-1b2f-485f-bdbb-4f6e0e5212b9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9759de0-1b2f-485f-bdbb-4f6e0e5212b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:56,816 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:56,817 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f687377-4e4f-4898-9339-fd594d8074f9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f687377-4e4f-4898-9339-fd594d8074f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:57,873 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:55:57,874 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7938a862-2a53-4200-a8f0-92c4baf6cf55', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7938a862-2a53-4200-a8f0-92c4baf6cf55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:58,929 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:58,929 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aed0e5c6-79da-459e-aefc-f68259971936', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aed0e5c6-79da-459e-aefc-f68259971936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:55:59,985 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:55:59,985 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5aefa0b-bb72-47e1-9541-b2baa5c7df46', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5aefa0b-bb72-47e1-9541-b2baa5c7df46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:01,041 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:01,041 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10536f99-ffe9-48a5-930a-23b63fc5cd5b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10536f99-ffe9-48a5-930a-23b63fc5cd5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:02,097 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:02,097 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0deedac4-9300-42ed-9a62-c35a92b41bbb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0deedac4-9300-42ed-9a62-c35a92b41bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:03,152 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:03,152 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9e13a8-d9d4-43d1-9592-3cf2190ecbde', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b9e13a8-d9d4-43d1-9592-3cf2190ecbde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:04,207 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:04,207 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd51f008-65f0-4b88-9feb-6197496e6cd7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd51f008-65f0-4b88-9feb-6197496e6cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:05,262 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:05,262 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32afbba4-60b3-4d77-8b2e-6b3dd6323eac', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32afbba4-60b3-4d77-8b2e-6b3dd6323eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:06,317 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:06,317 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d793ad-698e-4cd0-9efc-73d832386951', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d793ad-698e-4cd0-9efc-73d832386951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:07,373 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:07,373 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-277d6879-e8a8-46db-8211-d4056c8768ee', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-277d6879-e8a8-46db-8211-d4056c8768ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:08,429 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:08,429 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6601ad23-be3a-47b7-81bf-dccd4dde21a6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6601ad23-be3a-47b7-81bf-dccd4dde21a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:09,487 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:56:09,488 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd7c4d8-c9d3-4d4a-b2db-4e4f31c46b0c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd7c4d8-c9d3-4d4a-b2db-4e4f31c46b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:10,543 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:10,543 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b0584f-74a4-4891-a879-a549350bf719', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b0584f-74a4-4891-a879-a549350bf719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:11,598 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:11,598 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab9ca50e-5fb3-418d-8a52-4c5a8764eb8a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab9ca50e-5fb3-418d-8a52-4c5a8764eb8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:12,653 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:12,653 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be7d3db8-81f4-4df3-b6ec-ae558505558d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be7d3db8-81f4-4df3-b6ec-ae558505558d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:13,707 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:13,708 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02570ad9-037f-42b8-8544-418216b3d79b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02570ad9-037f-42b8-8544-418216b3d79b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:14,762 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:14,763 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45cf036d-9cc1-4400-af83-2f289537f905', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45cf036d-9cc1-4400-af83-2f289537f905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:15,817 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:15,817 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d19a3a61-464e-43ce-91cf-f938d6f6d9d5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d19a3a61-464e-43ce-91cf-f938d6f6d9d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:16,876 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.048s 2022-09-02 09:56:16,877 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf31515e-499a-49f5-a4a6-70d23e25e13e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf31515e-499a-49f5-a4a6-70d23e25e13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:17,932 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:56:17,932 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46675b88-7519-41e1-8104-e7236c2d735c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46675b88-7519-41e1-8104-e7236c2d735c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:18,989 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:18,989 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c62ba14-2805-463c-8ad8-98ffff9977d7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c62ba14-2805-463c-8ad8-98ffff9977d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:20,044 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:20,044 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89b8298e-3560-4010-86d6-c62b0da00d82', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89b8298e-3560-4010-86d6-c62b0da00d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:21,101 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:21,101 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39cfe1b7-d68a-49c1-a0a2-3a90aa53d1fa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39cfe1b7-d68a-49c1-a0a2-3a90aa53d1fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:22,156 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:56:22,157 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a1d5ce2-9bbb-4983-b7cf-366307648185', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a1d5ce2-9bbb-4983-b7cf-366307648185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:23,211 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:23,212 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea846033-0155-4780-8889-de0f49da7a5d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea846033-0155-4780-8889-de0f49da7a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:24,265 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:56:24,266 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0271403b-d686-4163-9ba2-0ef00ead592e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0271403b-d686-4163-9ba2-0ef00ead592e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:25,323 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:25,323 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fca70275-f726-4759-93bd-7aeee4cf2496', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fca70275-f726-4759-93bd-7aeee4cf2496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:26,377 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:26,377 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c51631ff-5b65-477c-8752-c9da34080df0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c51631ff-5b65-477c-8752-c9da34080df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:27,432 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:27,432 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b145cd-9ece-43bf-8320-49beec829772', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b145cd-9ece-43bf-8320-49beec829772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:28,487 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:28,488 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f390080a-bea4-478e-863c-11941d171c5c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f390080a-bea4-478e-863c-11941d171c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:29,541 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:29,542 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b752ecc3-c5fd-4e29-a657-87ecde729182', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b752ecc3-c5fd-4e29-a657-87ecde729182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:30,597 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:30,598 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a32af8-ceef-453c-a270-50b6aca92bc5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a32af8-ceef-453c-a270-50b6aca92bc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:31,652 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:31,653 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ffa091d-f24e-4952-85bc-b35036286424', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ffa091d-f24e-4952-85bc-b35036286424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:32,708 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:32,709 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6dbb2b3-4fc0-46bd-8138-0266cc88ae2c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6dbb2b3-4fc0-46bd-8138-0266cc88ae2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:33,765 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:33,765 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0428e213-a8ae-4ade-8dc3-c8543ec48ed7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0428e213-a8ae-4ade-8dc3-c8543ec48ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:34,826 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.049s 2022-09-02 09:56:34,826 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630bc4ac-8905-44a2-9ab1-8974c6305856', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630bc4ac-8905-44a2-9ab1-8974c6305856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:35,882 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:35,882 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86d5bc80-275e-43f7-988c-20fa923b5502', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86d5bc80-275e-43f7-988c-20fa923b5502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:36,938 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:36,939 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3c4a9e-30af-42e7-a5b0-afe07606c739', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3c4a9e-30af-42e7-a5b0-afe07606c739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:37,993 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:37,993 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74bbb1be-fbef-464f-a5c9-d82aca52b1d0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74bbb1be-fbef-464f-a5c9-d82aca52b1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:39,052 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.046s 2022-09-02 09:56:39,052 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dc6e6c2-7c78-4b60-a654-413cece2c963', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dc6e6c2-7c78-4b60-a654-413cece2c963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:40,108 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:40,108 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8780c45a-bf9c-4606-84d4-8d7727f721bb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8780c45a-bf9c-4606-84d4-8d7727f721bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:41,163 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:41,164 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b3ca96a-4999-4894-9948-7a73b39a3ab0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b3ca96a-4999-4894-9948-7a73b39a3ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:42,218 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:42,218 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71276fde-136e-4a4b-94ac-4a10499807ba', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71276fde-136e-4a4b-94ac-4a10499807ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:43,273 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:43,274 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d826d20-3ef7-4f57-8477-a5ea00e8729e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d826d20-3ef7-4f57-8477-a5ea00e8729e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:44,330 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:44,330 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-209ed7b4-a3fb-4730-965c-efa3d3193c25', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-209ed7b4-a3fb-4730-965c-efa3d3193c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:45,385 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:45,385 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74aa9f1f-b2b8-4710-9410-24088b61d4cd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74aa9f1f-b2b8-4710-9410-24088b61d4cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:46,441 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:46,442 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-591d6b39-c84b-4006-a785-14b0e9d3bba1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-591d6b39-c84b-4006-a785-14b0e9d3bba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:47,496 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:47,496 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9771a98-e3ab-4e7b-8609-bf7dacd2f866', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9771a98-e3ab-4e7b-8609-bf7dacd2f866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:48,551 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:48,552 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b82801d-702f-4e25-825c-ea756c5ca6aa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b82801d-702f-4e25-825c-ea756c5ca6aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:49,606 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:49,607 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89c45558-feb5-4a07-8785-de87b8e8fa39', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89c45558-feb5-4a07-8785-de87b8e8fa39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:50,662 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:50,662 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b674d8-20d0-4110-bc78-975879ae4b9b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b674d8-20d0-4110-bc78-975879ae4b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:51,717 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:51,717 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d932253-4770-42e4-af7e-e228240609a3', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d932253-4770-42e4-af7e-e228240609a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:52,772 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:52,772 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ecd0db7-5005-4ac0-a6e5-9b7add119fdc', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ecd0db7-5005-4ac0-a6e5-9b7add119fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:53,826 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:53,827 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde62f8e-dc4f-489a-9ffc-703ee0d2d9c9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde62f8e-dc4f-489a-9ffc-703ee0d2d9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:54,882 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:56:54,883 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f51fccc-f942-4682-9b7e-52013833b07c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f51fccc-f942-4682-9b7e-52013833b07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:55,938 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:55,938 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-251a8b8c-4eda-4e51-866f-743ff06af7bf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-251a8b8c-4eda-4e51-866f-743ff06af7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:56,993 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:56:56,993 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6232db19-5776-424b-98a9-b6bc5f9546cf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6232db19-5776-424b-98a9-b6bc5f9546cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:58,048 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:58,048 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65e6900-4051-4e34-9722-478469597ce2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65e6900-4051-4e34-9722-478469597ce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:56:59,103 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:56:59,103 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e6dfb9c-a158-4f38-8cbc-61a6ab597699', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e6dfb9c-a158-4f38-8cbc-61a6ab597699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:00,157 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:57:00,158 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef49c6bf-7870-4bf1-9e63-df27da5ea6ca', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef49c6bf-7870-4bf1-9e63-df27da5ea6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:01,215 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.046s 2022-09-02 09:57:01,215 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a6dece-f41c-47d2-acb5-9399b24cf1cf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a6dece-f41c-47d2-acb5-9399b24cf1cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:02,268 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:57:02,269 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5143154e-9295-4be0-8628-6c23d9a19a3b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5143154e-9295-4be0-8628-6c23d9a19a3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:03,324 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:57:03,325 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76c4a73c-b2a6-4143-8d4d-be5e28cd2614', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76c4a73c-b2a6-4143-8d4d-be5e28cd2614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:04,381 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:57:04,381 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-defe0344-6414-4f9a-97b4-dee3e0d8e8e0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-defe0344-6414-4f9a-97b4-dee3e0d8e8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:05,437 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:57:05,437 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68809a7c-247a-4dbb-ae20-9266647fc870', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68809a7c-247a-4dbb-ae20-9266647fc870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:06,493 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:57:06,493 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58408ec7-948e-47ec-beb5-4807271dfc5c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58408ec7-948e-47ec-beb5-4807271dfc5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:07,549 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:57:07,549 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e0762e0-4d14-44c9-9f85-568756b651eb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e0762e0-4d14-44c9-9f85-568756b651eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:08,605 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:57:08,605 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8413047a-2c4f-43d6-a7c6-d698ba529847', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8413047a-2c4f-43d6-a7c6-d698ba529847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:09,662 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:57:09,664 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd427b7-ecff-4966-afea-d2e1d1a69611', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd427b7-ecff-4966-afea-d2e1d1a69611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:10,719 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:57:10,720 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf628f61-12d4-4fda-9b8a-bc04c8285208', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf628f61-12d4-4fda-9b8a-bc04c8285208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:11,775 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.045s 2022-09-02 09:57:11,776 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b060710e-2de8-4a17-a3fb-2b9dcf46b228', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b060710e-2de8-4a17-a3fb-2b9dcf46b228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:12,830 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.042s 2022-09-02 09:57:12,830 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9c6239d-ebdc-4c1c-ba6d-c0a003501b80', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c6239d-ebdc-4c1c-ba6d-c0a003501b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:13,885 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.044s 2022-09-02 09:57:13,886 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db9bdf29-724f-48a3-95d2-fc40e14e9ae6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db9bdf29-724f-48a3-95d2-fc40e14e9ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:14,940 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:57:14,940 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6bcee77-9f90-4eda-b8a9-9f6a20eee736', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6bcee77-9f90-4eda-b8a9-9f6a20eee736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:15,996 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 0.043s 2022-09-02 09:57:15,996 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65877390-6a59-4bfb-a29c-38e37599fb3f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65877390-6a59-4bfb-a29c-38e37599fb3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3'} Body: b'{"volume": {"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:47.000000", "updated_at": "2022-09-02T09:38:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-600458272", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/ea33fe1eaf1047f78312a8e9fa9152c4/volumes/2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}], "user_id": "f65429de28ae41578c51a6b9099fea5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "attachment_id": "e4db38e9-b955-4f48-8fba-4924dbcb50b0", "volume_id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3", "server_id": "ae283fdc-e807-415c-a156-8ec24163c45f", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:36:54.000000"}], "os-vol-tenant-attr:tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4"}}' 2022-09-02 09:57:16,291 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.283s 2022-09-02 09:57:16,291 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:16 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-bc3dfc32-afa6-4504-b5b0-5c18063437a1', 'x-compute-request-id': 'req-bc3dfc32-afa6-4504-b5b0-5c18063437a1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'' 2022-09-02 09:57:16,451 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.159s 2022-09-02 09:57:16,451 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1717', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad2c3d99-1f8f-479c-8817-18a3fbac3196', 'x-compute-request-id': 'req-ad2c3d99-1f8f-479c-8817-18a3fbac3196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:17,619 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.155s 2022-09-02 09:57:17,620 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1717', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-761324eb-0ff2-4d1c-9a52-5c47ed44433f', 'x-compute-request-id': 'req-761324eb-0ff2-4d1c-9a52-5c47ed44433f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1257762377"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:18,755 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.122s 2022-09-02 09:57:18,755 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-352f81b4-343b-4f4d-9003-509abaf5dfc9', 'x-compute-request-id': 'req-352f81b4-343b-4f4d-9003-509abaf5dfc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {"tempest-AttachVolumeTestJSON-800820493-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}, {"version": 4, "addr": "172.27.3.174", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:e6:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:19,857 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:57:19,857 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f544a865-f32f-4493-a729-c3fdf1ad8843', 'x-compute-request-id': 'req-f544a865-f32f-4493-a729-c3fdf1ad8843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:20,957 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:57:20,957 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60ed8fe8-b594-42ef-b49e-c55163c122ca', 'x-compute-request-id': 'req-60ed8fe8-b594-42ef-b49e-c55163c122ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:22,059 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:57:22,059 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67cc1c12-9042-4fbc-9c43-75a64eebffff', 'x-compute-request-id': 'req-67cc1c12-9042-4fbc-9c43-75a64eebffff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:23,170 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.098s 2022-09-02 09:57:23,170 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ea7166a-fb77-4402-a1fa-3aabee30fafa', 'x-compute-request-id': 'req-6ea7166a-fb77-4402-a1fa-3aabee30fafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:24,274 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:57:24,274 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73d1eb4a-890f-4086-91e0-22123e6d034f', 'x-compute-request-id': 'req-73d1eb4a-890f-4086-91e0-22123e6d034f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:25,373 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:25,373 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87b04e32-c42e-4cc4-a4d7-0ba5c725f106', 'x-compute-request-id': 'req-87b04e32-c42e-4cc4-a4d7-0ba5c725f106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:26,475 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:57:26,475 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b84167de-5698-483b-ad46-18e7762dec02', 'x-compute-request-id': 'req-b84167de-5698-483b-ad46-18e7762dec02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:27,574 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:27,575 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9e54c52-4c3c-4801-a5b9-ecb186dd4722', 'x-compute-request-id': 'req-e9e54c52-4c3c-4801-a5b9-ecb186dd4722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:28,673 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:57:28,674 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23fd5056-845b-40d3-8185-18dc8e812a56', 'x-compute-request-id': 'req-23fd5056-845b-40d3-8185-18dc8e812a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:29,773 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:29,774 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-084a11f6-8163-40a9-a02c-606f3f9cdfbe', 'x-compute-request-id': 'req-084a11f6-8163-40a9-a02c-606f3f9cdfbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:30,875 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:57:30,875 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f1c8f33-ab60-438b-839c-b1bcb1a532c2', 'x-compute-request-id': 'req-9f1c8f33-ab60-438b-839c-b1bcb1a532c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:31,975 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:57:31,975 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfeea1dc-2184-4387-ab8a-97b3549cb806', 'x-compute-request-id': 'req-cfeea1dc-2184-4387-ab8a-97b3549cb806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:33,081 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.095s 2022-09-02 09:57:33,082 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ebc7e21-0d46-4a95-ad3e-8251b54c0efc', 'x-compute-request-id': 'req-7ebc7e21-0d46-4a95-ad3e-8251b54c0efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:34,182 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:34,182 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32895512-3746-450d-acae-e5a04d85da4d', 'x-compute-request-id': 'req-32895512-3746-450d-acae-e5a04d85da4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:35,286 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:57:35,287 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78d85b7c-36dd-4f0f-a2f5-17ef9f8e7b83', 'x-compute-request-id': 'req-78d85b7c-36dd-4f0f-a2f5-17ef9f8e7b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:36,386 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:36,387 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfd67741-320c-44a5-95bc-b28abbf0a2f7', 'x-compute-request-id': 'req-cfd67741-320c-44a5-95bc-b28abbf0a2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:37,488 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:57:37,488 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d623529d-6231-494f-b9f0-639ebc6ba460', 'x-compute-request-id': 'req-d623529d-6231-494f-b9f0-639ebc6ba460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:38,587 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:57:38,588 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c9d3bc1-86cc-4e2e-9f7b-75a40527851d', 'x-compute-request-id': 'req-4c9d3bc1-86cc-4e2e-9f7b-75a40527851d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:39,692 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:57:39,693 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8995727d-051b-4a69-b690-85f849c2d9c7', 'x-compute-request-id': 'req-8995727d-051b-4a69-b690-85f849c2d9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:40,790 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 09:57:40,791 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c6feeac-c790-43ef-9a43-6c31540ed8fc', 'x-compute-request-id': 'req-5c6feeac-c790-43ef-9a43-6c31540ed8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:41,893 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:57:41,893 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55a04b60-9966-4000-a321-0b9bfaa89b12', 'x-compute-request-id': 'req-55a04b60-9966-4000-a321-0b9bfaa89b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:42,993 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:42,994 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc0a17c8-3498-4236-80d4-ee5aba0ce39e', 'x-compute-request-id': 'req-bc0a17c8-3498-4236-80d4-ee5aba0ce39e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:44,095 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:57:44,095 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9e7a8b8-a729-480b-841d-b64f06c6af7a', 'x-compute-request-id': 'req-d9e7a8b8-a729-480b-841d-b64f06c6af7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:45,194 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:45,195 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c8157e-7768-4582-b76f-8966dce9ab61', 'x-compute-request-id': 'req-d5c8157e-7768-4582-b76f-8966dce9ab61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:46,294 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:46,294 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d6cc7a8-37b2-4c08-b461-c7600b1902b1', 'x-compute-request-id': 'req-2d6cc7a8-37b2-4c08-b461-c7600b1902b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:47,396 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:57:47,397 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-121da432-dd3e-420c-a6fb-4934abd2d75b', 'x-compute-request-id': 'req-121da432-dd3e-420c-a6fb-4934abd2d75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:48,500 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:57:48,500 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bc344cf-4f0b-42a1-9e50-0d9281ac3b95', 'x-compute-request-id': 'req-9bc344cf-4f0b-42a1-9e50-0d9281ac3b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:49,600 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:49,601 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2893a40e-9283-4b56-8d1a-f95b714b8e63', 'x-compute-request-id': 'req-2893a40e-9283-4b56-8d1a-f95b714b8e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:50,699 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:57:50,700 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e53ace6-601e-4d8a-a05c-a9417f6ec0f0', 'x-compute-request-id': 'req-9e53ace6-601e-4d8a-a05c-a9417f6ec0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:51,798 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:57:51,799 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50f14077-1b96-4014-a7ba-f9609bda40d7', 'x-compute-request-id': 'req-50f14077-1b96-4014-a7ba-f9609bda40d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:52,901 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:57:52,902 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00ede221-855d-44bb-b767-105030d0db16', 'x-compute-request-id': 'req-00ede221-855d-44bb-b767-105030d0db16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:54,003 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:57:54,003 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4550779f-1a4a-40f8-814e-27d6dfac21a7', 'x-compute-request-id': 'req-4550779f-1a4a-40f8-814e-27d6dfac21a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:55,109 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:57:55,110 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d045915-48fe-4564-8e05-8dca4379a527', 'x-compute-request-id': 'req-2d045915-48fe-4564-8e05-8dca4379a527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:56,209 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:56,209 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63d052a4-0287-4d7d-a46a-2a1d2840497f', 'x-compute-request-id': 'req-63d052a4-0287-4d7d-a46a-2a1d2840497f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:57,312 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:57:57,312 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a81c1736-65c1-4c1c-949d-8ab1152352db', 'x-compute-request-id': 'req-a81c1736-65c1-4c1c-949d-8ab1152352db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:58,413 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:57:58,413 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94d18539-b61d-4eb1-8add-93a70c82c5ed', 'x-compute-request-id': 'req-94d18539-b61d-4eb1-8add-93a70c82c5ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:57:59,515 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:57:59,515 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c67fa615-e405-4c46-b9cf-d129749f3573', 'x-compute-request-id': 'req-c67fa615-e405-4c46-b9cf-d129749f3573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:00,614 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:58:00,614 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-892a2e9c-b6f9-4054-beb3-d5fe22bce611', 'x-compute-request-id': 'req-892a2e9c-b6f9-4054-beb3-d5fe22bce611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:01,719 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:58:01,719 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59edebe1-8c4a-48d5-a44d-b19de32920cd', 'x-compute-request-id': 'req-59edebe1-8c4a-48d5-a44d-b19de32920cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:02,819 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:02,820 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-917eb70a-4425-4c33-98a4-603e20cc913c', 'x-compute-request-id': 'req-917eb70a-4425-4c33-98a4-603e20cc913c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:03,919 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:03,919 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c0c9065-a187-46cd-9894-d2de9988330d', 'x-compute-request-id': 'req-4c0c9065-a187-46cd-9894-d2de9988330d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:05,019 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:05,020 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f28e5429-3a76-4378-9376-29a8ca852282', 'x-compute-request-id': 'req-f28e5429-3a76-4378-9376-29a8ca852282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:06,122 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:58:06,122 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7dd2dbf-2c9c-4e99-8cc2-cd4126d531d0', 'x-compute-request-id': 'req-b7dd2dbf-2c9c-4e99-8cc2-cd4126d531d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:07,221 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:58:07,222 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89e83aaf-c05b-46f5-8269-0ddde59f87d8', 'x-compute-request-id': 'req-89e83aaf-c05b-46f5-8269-0ddde59f87d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:08,325 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:58:08,325 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06a01529-cce2-4c8f-9019-86ef8f5693ef', 'x-compute-request-id': 'req-06a01529-cce2-4c8f-9019-86ef8f5693ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:09,424 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:58:09,425 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4da4cf7f-ba05-4fa5-bad8-a71611f916cc', 'x-compute-request-id': 'req-4da4cf7f-ba05-4fa5-bad8-a71611f916cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:10,526 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:10,526 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdfd35f7-3257-4265-b641-fad688795953', 'x-compute-request-id': 'req-fdfd35f7-3257-4265-b641-fad688795953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:11,624 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 09:58:11,624 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cb72613-59a6-4d2e-bd83-42ba69484a31', 'x-compute-request-id': 'req-1cb72613-59a6-4d2e-bd83-42ba69484a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:12,724 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:58:12,724 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-277b16a4-0569-45c6-acda-a6cb5b168e0d', 'x-compute-request-id': 'req-277b16a4-0569-45c6-acda-a6cb5b168e0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:13,824 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:13,824 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c68d7b8-d887-4592-99ee-d95f56bacee3', 'x-compute-request-id': 'req-2c68d7b8-d887-4592-99ee-d95f56bacee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:14,929 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:58:14,929 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f49eb505-d330-445b-8eeb-e1fb0c747903', 'x-compute-request-id': 'req-f49eb505-d330-445b-8eeb-e1fb0c747903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:16,032 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:58:16,033 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3217b45-2f18-4b2a-817f-b6db79ede912', 'x-compute-request-id': 'req-d3217b45-2f18-4b2a-817f-b6db79ede912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:17,131 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:58:17,132 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b4f566b-5028-4f13-891c-9dd17899e76d', 'x-compute-request-id': 'req-5b4f566b-5028-4f13-891c-9dd17899e76d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:18,232 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:18,232 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba05696e-d810-4285-91f3-e9eb732b6746', 'x-compute-request-id': 'req-ba05696e-d810-4285-91f3-e9eb732b6746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:19,341 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.096s 2022-09-02 09:58:19,341 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-679c8ea9-826a-459a-b5df-098c6d678152', 'x-compute-request-id': 'req-679c8ea9-826a-459a-b5df-098c6d678152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:20,447 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:58:20,447 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6c1e4e2-7b76-4660-bd66-e5a67ac100d5', 'x-compute-request-id': 'req-c6c1e4e2-7b76-4660-bd66-e5a67ac100d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:21,547 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:21,547 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-925192b5-e7ab-46ba-910d-10bb5ddedeea', 'x-compute-request-id': 'req-925192b5-e7ab-46ba-910d-10bb5ddedeea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:22,649 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:58:22,650 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f991d3bd-92c5-4877-a468-cbcd918c6534', 'x-compute-request-id': 'req-f991d3bd-92c5-4877-a468-cbcd918c6534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:23,752 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:58:23,752 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-870876cf-1239-4d7b-b62d-f423f1fa7086', 'x-compute-request-id': 'req-870876cf-1239-4d7b-b62d-f423f1fa7086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:24,853 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:24,854 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0065598c-ce16-4b63-adf4-2473f932658f', 'x-compute-request-id': 'req-0065598c-ce16-4b63-adf4-2473f932658f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:25,953 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:25,954 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a96efa9-2e32-40a3-8d81-559042a4c13f', 'x-compute-request-id': 'req-5a96efa9-2e32-40a3-8d81-559042a4c13f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:27,051 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 09:58:27,052 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c4bff3d-8a26-4f4f-8291-2c647ca097f7', 'x-compute-request-id': 'req-2c4bff3d-8a26-4f4f-8291-2c647ca097f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:28,153 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:58:28,153 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03badbba-0808-44b6-8f51-51d8931e143a', 'x-compute-request-id': 'req-03badbba-0808-44b6-8f51-51d8931e143a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:29,252 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:58:29,253 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6cdd47a-ba3a-40ff-b1d5-d90c09415946', 'x-compute-request-id': 'req-b6cdd47a-ba3a-40ff-b1d5-d90c09415946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:30,356 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:58:30,356 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-940d4da7-f4d2-4a8f-bffb-aec004feceaf', 'x-compute-request-id': 'req-940d4da7-f4d2-4a8f-bffb-aec004feceaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:31,457 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:31,457 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da44abf1-307d-45a2-b495-b2d1580dba7b', 'x-compute-request-id': 'req-da44abf1-307d-45a2-b495-b2d1580dba7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:32,559 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:58:32,559 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48273e3f-be5d-4490-be30-c17e206ed256', 'x-compute-request-id': 'req-48273e3f-be5d-4490-be30-c17e206ed256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:33,659 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:33,659 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c14ab16-bf22-42b7-8d42-1d2cd32924e9', 'x-compute-request-id': 'req-3c14ab16-bf22-42b7-8d42-1d2cd32924e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:34,756 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 09:58:34,757 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bea5170-be06-49b1-a392-40bf0da2dada', 'x-compute-request-id': 'req-7bea5170-be06-49b1-a392-40bf0da2dada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:35,857 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:35,857 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d05e46f5-7915-4b57-93d2-de13e68462ef', 'x-compute-request-id': 'req-d05e46f5-7915-4b57-93d2-de13e68462ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:36,962 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:58:36,962 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b440ef5d-f106-430a-ba68-791bdfe4d5cf', 'x-compute-request-id': 'req-b440ef5d-f106-430a-ba68-791bdfe4d5cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:38,060 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:38,061 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fb08e70-be0d-4d32-adba-1db5ba25fd3b', 'x-compute-request-id': 'req-1fb08e70-be0d-4d32-adba-1db5ba25fd3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:39,165 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:58:39,166 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8373a43-a0d5-44e7-b013-e25438e7af41', 'x-compute-request-id': 'req-c8373a43-a0d5-44e7-b013-e25438e7af41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:40,265 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:40,265 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89511e4b-e816-4028-93db-dad73f295bf0', 'x-compute-request-id': 'req-89511e4b-e816-4028-93db-dad73f295bf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:41,368 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:58:41,368 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bc9865c-1145-4fb3-9178-09f3f9880392', 'x-compute-request-id': 'req-0bc9865c-1145-4fb3-9178-09f3f9880392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:42,469 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:42,469 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4619c5b9-4a4d-47f1-ae40-aad942f185fd', 'x-compute-request-id': 'req-4619c5b9-4a4d-47f1-ae40-aad942f185fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:43,569 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:43,569 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6070588-4b05-4aec-934f-5e4f25df2801', 'x-compute-request-id': 'req-a6070588-4b05-4aec-934f-5e4f25df2801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:44,671 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:58:44,671 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bb88036-6cff-4972-a59a-440d33bbb5c7', 'x-compute-request-id': 'req-3bb88036-6cff-4972-a59a-440d33bbb5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:45,772 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:45,772 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e455b9c-527b-4f79-af39-e57bc9174439', 'x-compute-request-id': 'req-7e455b9c-527b-4f79-af39-e57bc9174439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:46,881 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.096s 2022-09-02 09:58:46,881 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-194b3e0a-3b18-4c01-b025-db064dc88d65', 'x-compute-request-id': 'req-194b3e0a-3b18-4c01-b025-db064dc88d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:47,982 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:47,982 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab35c9e0-3f1e-482a-b1f6-8208da876bfc', 'x-compute-request-id': 'req-ab35c9e0-3f1e-482a-b1f6-8208da876bfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:49,080 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:49,081 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d684cc83-4692-44c1-a6a9-6ed9f1e9b5e2', 'x-compute-request-id': 'req-d684cc83-4692-44c1-a6a9-6ed9f1e9b5e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:50,185 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:58:50,186 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-011d1f54-e14c-4cb1-a3f9-efc64697e0b4', 'x-compute-request-id': 'req-011d1f54-e14c-4cb1-a3f9-efc64697e0b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:51,518 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.320s 2022-09-02 09:58:51,518 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f58f50c4-d49e-413d-937e-9cbe5f995352', 'x-compute-request-id': 'req-f58f50c4-d49e-413d-937e-9cbe5f995352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:52,616 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:58:52,616 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f12fab68-589c-4be4-b7f0-b3119179d901', 'x-compute-request-id': 'req-f12fab68-589c-4be4-b7f0-b3119179d901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:53,716 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:58:53,717 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0292f5bd-88e6-4d3b-810b-80df3fa63807', 'x-compute-request-id': 'req-0292f5bd-88e6-4d3b-810b-80df3fa63807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:54,817 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:54,818 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dbeee10-6ac2-4a36-a621-e72faf8cbadb', 'x-compute-request-id': 'req-2dbeee10-6ac2-4a36-a621-e72faf8cbadb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:55,920 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:58:55,920 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ff8b2d3-2ffc-442f-8d28-e4ca2151df2d', 'x-compute-request-id': 'req-0ff8b2d3-2ffc-442f-8d28-e4ca2151df2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:57,020 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:57,021 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f735a431-17f4-44c2-bda5-2a26659920e9', 'x-compute-request-id': 'req-f735a431-17f4-44c2-bda5-2a26659920e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:58,119 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:58:58,120 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00081008-c1b7-4037-a49e-390ff01bd8e6', 'x-compute-request-id': 'req-00081008-c1b7-4037-a49e-390ff01bd8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:58:59,220 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:58:59,220 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe38c2fe-bbba-41fe-b7f4-651a925a20fd', 'x-compute-request-id': 'req-fe38c2fe-bbba-41fe-b7f4-651a925a20fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:00,323 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:59:00,324 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1471c1af-8591-4c4d-b3fa-f42c90bf45b9', 'x-compute-request-id': 'req-1471c1af-8591-4c4d-b3fa-f42c90bf45b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:01,430 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.094s 2022-09-02 09:59:01,430 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6b26357-c9ba-40ee-a2b4-969ba271c592', 'x-compute-request-id': 'req-b6b26357-c9ba-40ee-a2b4-969ba271c592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:02,532 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:02,533 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b46ea33-fc53-4755-8d95-1967b708e595', 'x-compute-request-id': 'req-2b46ea33-fc53-4755-8d95-1967b708e595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:03,636 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:59:03,636 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aea94fca-7239-4d87-97bf-45415b51ad0b', 'x-compute-request-id': 'req-aea94fca-7239-4d87-97bf-45415b51ad0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:04,737 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:59:04,737 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bc8ae20-8dae-4348-99c0-c86f00403937', 'x-compute-request-id': 'req-6bc8ae20-8dae-4348-99c0-c86f00403937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:05,838 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:59:05,839 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5121ed0-bf4d-4085-bc14-1827057d1979', 'x-compute-request-id': 'req-f5121ed0-bf4d-4085-bc14-1827057d1979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:06,937 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:59:06,937 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ace14315-0577-48ed-8177-3eb57d1cfb36', 'x-compute-request-id': 'req-ace14315-0577-48ed-8177-3eb57d1cfb36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:08,038 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:59:08,038 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d142dba-9ac4-4e38-800a-1cb2940dec91', 'x-compute-request-id': 'req-9d142dba-9ac4-4e38-800a-1cb2940dec91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:09,139 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:09,139 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7895036e-a26e-4b4b-88a8-eb3df4df743b', 'x-compute-request-id': 'req-7895036e-a26e-4b4b-88a8-eb3df4df743b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:10,241 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:59:10,242 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67ce6140-fbed-4029-b17e-1416496764a4', 'x-compute-request-id': 'req-67ce6140-fbed-4029-b17e-1416496764a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:11,344 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:59:11,344 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00849235-da7e-4f3b-8052-26df357cc060', 'x-compute-request-id': 'req-00849235-da7e-4f3b-8052-26df357cc060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:12,449 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.093s 2022-09-02 09:59:12,450 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d788f9b-de62-4c50-a4a6-dc8d6472b866', 'x-compute-request-id': 'req-1d788f9b-de62-4c50-a4a6-dc8d6472b866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:13,553 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:59:13,553 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7e04b75-1cb1-4244-8320-5e00eb197762', 'x-compute-request-id': 'req-a7e04b75-1cb1-4244-8320-5e00eb197762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:14,652 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:59:14,652 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efd135c2-a6f5-46b7-ac19-5b73314a785b', 'x-compute-request-id': 'req-efd135c2-a6f5-46b7-ac19-5b73314a785b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:15,751 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:15,752 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50534732-b750-422f-9f6e-193ae089de1b', 'x-compute-request-id': 'req-50534732-b750-422f-9f6e-193ae089de1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:16,855 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:59:16,855 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d1d6ca4-a8e8-4e1d-a729-5fa624008e2b', 'x-compute-request-id': 'req-1d1d6ca4-a8e8-4e1d-a729-5fa624008e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:17,954 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:17,955 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52b92f71-a8a9-49a4-8d4f-20b04adda9bc', 'x-compute-request-id': 'req-52b92f71-a8a9-49a4-8d4f-20b04adda9bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:19,055 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:59:19,056 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-734c4eef-8491-4b0c-996f-41b6e5152fc0', 'x-compute-request-id': 'req-734c4eef-8491-4b0c-996f-41b6e5152fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:20,154 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:20,154 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09247112-6297-4923-befa-cf2c9f11124d', 'x-compute-request-id': 'req-09247112-6297-4923-befa-cf2c9f11124d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:21,272 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.106s 2022-09-02 09:59:21,280 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cece994-210a-4865-af80-6dffba37c21d', 'x-compute-request-id': 'req-7cece994-210a-4865-af80-6dffba37c21d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:22,379 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:59:22,380 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-448e40ec-9897-4bac-ba3e-b02c236fc4ae', 'x-compute-request-id': 'req-448e40ec-9897-4bac-ba3e-b02c236fc4ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:23,479 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:23,479 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4159f57-98f3-4eef-a056-cc3f8870bb31', 'x-compute-request-id': 'req-a4159f57-98f3-4eef-a056-cc3f8870bb31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:24,578 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:24,578 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27d81a86-d7f8-46a7-a34d-c977b10e5422', 'x-compute-request-id': 'req-27d81a86-d7f8-46a7-a34d-c977b10e5422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:25,681 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:59:25,682 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a1b46ea-4e05-41b8-ac39-606ee3cf4f06', 'x-compute-request-id': 'req-8a1b46ea-4e05-41b8-ac39-606ee3cf4f06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:26,781 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:26,781 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecd5fbe8-3d67-41d6-b68c-11da05b87698', 'x-compute-request-id': 'req-ecd5fbe8-3d67-41d6-b68c-11da05b87698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:27,883 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:59:27,884 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3340a44-bdf0-45ff-a64b-65df5d9d612f', 'x-compute-request-id': 'req-f3340a44-bdf0-45ff-a64b-65df5d9d612f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:28,988 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:59:28,988 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a3d72e2-95eb-49c7-a805-93153a5cdbb4', 'x-compute-request-id': 'req-5a3d72e2-95eb-49c7-a805-93153a5cdbb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:30,092 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:59:30,093 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92c92b9f-88ac-4447-ac30-3ccad5151d83', 'x-compute-request-id': 'req-92c92b9f-88ac-4447-ac30-3ccad5151d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:31,194 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:59:31,195 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62449797-6d7e-4617-b0e5-754034e8a242', 'x-compute-request-id': 'req-62449797-6d7e-4617-b0e5-754034e8a242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:32,299 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:59:32,299 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a90172d-56c6-4a9e-a999-0e898f7d182d', 'x-compute-request-id': 'req-9a90172d-56c6-4a9e-a999-0e898f7d182d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:33,399 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:59:33,399 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aecc58ea-e70d-44eb-90c9-8c2b7de6a8f8', 'x-compute-request-id': 'req-aecc58ea-e70d-44eb-90c9-8c2b7de6a8f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:34,503 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:59:34,504 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32ea887-4675-4b05-b0b1-46d7be02ad2d', 'x-compute-request-id': 'req-a32ea887-4675-4b05-b0b1-46d7be02ad2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:35,604 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:35,605 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27b9a36f-5266-4570-93a9-7a6e4631c644', 'x-compute-request-id': 'req-27b9a36f-5266-4570-93a9-7a6e4631c644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:36,705 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:36,706 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55ae2493-dfee-437a-bc59-dc974ac04e74', 'x-compute-request-id': 'req-55ae2493-dfee-437a-bc59-dc974ac04e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:37,805 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 09:59:37,805 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8256940c-b861-41fc-acd4-7a98c101abf2', 'x-compute-request-id': 'req-8256940c-b861-41fc-acd4-7a98c101abf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:38,909 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:59:38,909 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd47a845-148f-4238-a125-03c238c888fc', 'x-compute-request-id': 'req-bd47a845-148f-4238-a125-03c238c888fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:40,008 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:40,009 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4ca31dd-ec29-4fa6-909f-30d97551364b', 'x-compute-request-id': 'req-e4ca31dd-ec29-4fa6-909f-30d97551364b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:41,109 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:41,109 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-565a571c-2024-45c0-a301-accf5fd22310', 'x-compute-request-id': 'req-565a571c-2024-45c0-a301-accf5fd22310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:42,212 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:59:42,212 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c7435c0-fe11-4357-adcc-f44e419cee29', 'x-compute-request-id': 'req-2c7435c0-fe11-4357-adcc-f44e419cee29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:43,313 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:43,313 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c85075d-9e32-4de0-9e85-2e1bc378d039', 'x-compute-request-id': 'req-5c85075d-9e32-4de0-9e85-2e1bc378d039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:44,523 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.198s 2022-09-02 09:59:44,524 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9041932-7b68-4769-9a07-20bb120a348f', 'x-compute-request-id': 'req-e9041932-7b68-4769-9a07-20bb120a348f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:45,622 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:45,622 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e5d2bd6-6760-4d7a-8a53-24b44322c8e8', 'x-compute-request-id': 'req-7e5d2bd6-6760-4d7a-8a53-24b44322c8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:46,721 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:46,721 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4a38fa9-5bef-4cc9-be62-c2b4888389d7', 'x-compute-request-id': 'req-a4a38fa9-5bef-4cc9-be62-c2b4888389d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:47,825 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 09:59:47,826 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc5c326c-31b2-446b-9c13-b99d01f2a401', 'x-compute-request-id': 'req-bc5c326c-31b2-446b-9c13-b99d01f2a401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:48,926 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:48,927 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24304562-b1a4-4279-9d94-33258e0c6506', 'x-compute-request-id': 'req-24304562-b1a4-4279-9d94-33258e0c6506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:50,027 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:50,028 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a68361d3-b75c-4311-bf13-da4e63e06222', 'x-compute-request-id': 'req-a68361d3-b75c-4311-bf13-da4e63e06222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:51,130 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 09:59:51,130 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e7a0aa3-d7ea-4595-b4e0-1329ce1b95ff', 'x-compute-request-id': 'req-9e7a0aa3-d7ea-4595-b4e0-1329ce1b95ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:52,237 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.094s 2022-09-02 09:59:52,237 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bed525f-2697-48e5-9456-490b85b2df05', 'x-compute-request-id': 'req-8bed525f-2697-48e5-9456-490b85b2df05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:53,336 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:53,337 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48aed981-588b-4c1e-9783-d0917af4989d', 'x-compute-request-id': 'req-48aed981-588b-4c1e-9783-d0917af4989d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:54,435 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:54,436 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1ecc550-4436-4f07-a34d-c315cedfe015', 'x-compute-request-id': 'req-b1ecc550-4436-4f07-a34d-c315cedfe015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:55,535 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:55,535 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-305cc270-b8c3-4f6f-b03d-ed8cf6003d6b', 'x-compute-request-id': 'req-305cc270-b8c3-4f6f-b03d-ed8cf6003d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:56,639 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 09:59:56,640 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-694481d8-e890-411c-82e0-1673bb97dd5e', 'x-compute-request-id': 'req-694481d8-e890-411c-82e0-1673bb97dd5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:57,739 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 09:59:57,739 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ea49c36-a799-4701-ba47-9aedc5648eae', 'x-compute-request-id': 'req-5ea49c36-a799-4701-ba47-9aedc5648eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:58,840 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 09:59:58,840 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f168975-dc9f-49a1-b282-5552f92410ff', 'x-compute-request-id': 'req-7f168975-dc9f-49a1-b282-5552f92410ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 09:59:59,940 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 09:59:59,940 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18d469db-f6e2-473a-ba28-7bf400714a48', 'x-compute-request-id': 'req-18d469db-f6e2-473a-ba28-7bf400714a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:01,042 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:01,042 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4991a2a4-9207-4b5e-8544-82f22caf1abd', 'x-compute-request-id': 'req-4991a2a4-9207-4b5e-8544-82f22caf1abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:02,155 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.100s 2022-09-02 10:00:02,155 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40a09d90-c79f-448a-a2fe-ab8b84ab4c36', 'x-compute-request-id': 'req-40a09d90-c79f-448a-a2fe-ab8b84ab4c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:03,255 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:03,255 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0149c924-215d-48e3-a9f5-a08fae47f005', 'x-compute-request-id': 'req-0149c924-215d-48e3-a9f5-a08fae47f005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:04,357 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:04,358 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d61a2f6-0004-444e-b8ee-c6fdd2f08630', 'x-compute-request-id': 'req-4d61a2f6-0004-444e-b8ee-c6fdd2f08630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:05,457 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:05,458 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c0d7fb1-88fb-458c-9cce-d322f0f331ef', 'x-compute-request-id': 'req-9c0d7fb1-88fb-458c-9cce-d322f0f331ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:06,557 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:00:06,557 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a23de5d8-7699-4882-8428-7b8d133638d4', 'x-compute-request-id': 'req-a23de5d8-7699-4882-8428-7b8d133638d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:07,658 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:07,659 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c897209e-a702-499b-8c8f-5eaf5d4d539a', 'x-compute-request-id': 'req-c897209e-a702-499b-8c8f-5eaf5d4d539a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:08,761 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:08,761 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa3bddc1-1ebe-4f54-a170-eab04782a42e', 'x-compute-request-id': 'req-aa3bddc1-1ebe-4f54-a170-eab04782a42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:09,861 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:09,861 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccc1a350-2ff0-4689-b6a4-3ed98a288646', 'x-compute-request-id': 'req-ccc1a350-2ff0-4689-b6a4-3ed98a288646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:10,963 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:10,963 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d8b395f-facb-4d18-8d44-435023d0ecea', 'x-compute-request-id': 'req-3d8b395f-facb-4d18-8d44-435023d0ecea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:12,211 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.235s 2022-09-02 10:00:12,211 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c700802-2fb0-4ea7-bf6c-6483408b9dee', 'x-compute-request-id': 'req-5c700802-2fb0-4ea7-bf6c-6483408b9dee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:13,314 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:00:13,314 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-164f4dee-0901-4046-a295-d727f429471e', 'x-compute-request-id': 'req-164f4dee-0901-4046-a295-d727f429471e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:14,414 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:14,415 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f73a2f8-b6a6-4c11-8496-0344838a6210', 'x-compute-request-id': 'req-9f73a2f8-b6a6-4c11-8496-0344838a6210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:15,517 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:00:15,517 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-093cd215-0bc8-4198-93cb-60fa8943e87d', 'x-compute-request-id': 'req-093cd215-0bc8-4198-93cb-60fa8943e87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:16,618 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:00:16,618 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b550101a-b81e-4908-9971-2815aefd275a', 'x-compute-request-id': 'req-b550101a-b81e-4908-9971-2815aefd275a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:17,719 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:17,719 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4bdea80-a759-499a-a6f1-3db029bc45c5', 'x-compute-request-id': 'req-b4bdea80-a759-499a-a6f1-3db029bc45c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:18,818 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:00:18,819 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08b233f0-56df-49fc-b1ee-a69b0cafc5cb', 'x-compute-request-id': 'req-08b233f0-56df-49fc-b1ee-a69b0cafc5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:19,921 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:00:19,922 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a6d83a0-bc75-4e56-bf77-a34a842c4df3', 'x-compute-request-id': 'req-9a6d83a0-bc75-4e56-bf77-a34a842c4df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:21,074 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.140s 2022-09-02 10:00:21,074 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd772c70-ec47-491b-a311-1bfae54b8f40', 'x-compute-request-id': 'req-dd772c70-ec47-491b-a311-1bfae54b8f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:22,172 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:00:22,173 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60dd4d17-de56-4c93-9587-94d85f8f3a2e', 'x-compute-request-id': 'req-60dd4d17-de56-4c93-9587-94d85f8f3a2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:23,277 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:00:23,277 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7327b123-936a-4ba8-90ed-f930c6b519b4', 'x-compute-request-id': 'req-7327b123-936a-4ba8-90ed-f930c6b519b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:24,381 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:00:24,381 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9002a813-1f24-46ad-8791-3141dd38e644', 'x-compute-request-id': 'req-9002a813-1f24-46ad-8791-3141dd38e644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:25,480 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:00:25,481 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60a753dd-e7e4-4d3b-bb1f-1d3587d4e169', 'x-compute-request-id': 'req-60a753dd-e7e4-4d3b-bb1f-1d3587d4e169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:26,585 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:00:26,585 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee5ef1ea-05a0-4b79-9868-eb8e7a70aa2e', 'x-compute-request-id': 'req-ee5ef1ea-05a0-4b79-9868-eb8e7a70aa2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:27,689 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:00:27,689 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b15eda5-82fb-4a97-87a9-a67f375967a4', 'x-compute-request-id': 'req-4b15eda5-82fb-4a97-87a9-a67f375967a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:28,790 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:28,791 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe8d964b-5473-410c-9c5c-a2cc801a5aed', 'x-compute-request-id': 'req-fe8d964b-5473-410c-9c5c-a2cc801a5aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:29,894 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:00:29,894 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1402fcf3-7800-4f99-82ce-a6782b9062e3', 'x-compute-request-id': 'req-1402fcf3-7800-4f99-82ce-a6782b9062e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:30,992 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:00:30,992 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c38b273f-45fc-4304-9e30-6df6a69841f5', 'x-compute-request-id': 'req-c38b273f-45fc-4304-9e30-6df6a69841f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:32,092 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:32,093 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf6e0a5-2e12-4389-8d41-475d2fa54296', 'x-compute-request-id': 'req-1cf6e0a5-2e12-4389-8d41-475d2fa54296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:33,196 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:00:33,196 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da9bd1e9-f56d-4f56-ba3b-27b3e667c755', 'x-compute-request-id': 'req-da9bd1e9-f56d-4f56-ba3b-27b3e667c755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:34,296 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:34,296 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-696a97d3-7ee2-4968-8fc6-35ff0dc4c06b', 'x-compute-request-id': 'req-696a97d3-7ee2-4968-8fc6-35ff0dc4c06b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:35,398 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:35,403 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-337bc750-7d18-4b36-bf04-1ed5f85ebd0b', 'x-compute-request-id': 'req-337bc750-7d18-4b36-bf04-1ed5f85ebd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:36,503 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:36,504 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0896e07c-d95e-497f-a90a-42e34e4e5ad4', 'x-compute-request-id': 'req-0896e07c-d95e-497f-a90a-42e34e4e5ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:37,605 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:37,606 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca8d6a44-ab4c-4b54-88f5-5e050f9b0af3', 'x-compute-request-id': 'req-ca8d6a44-ab4c-4b54-88f5-5e050f9b0af3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:38,703 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:00:38,703 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28166143-46d7-4f0a-81d4-14a6720a7cb5', 'x-compute-request-id': 'req-28166143-46d7-4f0a-81d4-14a6720a7cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:39,806 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:00:39,807 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd742540-f432-4117-8d61-b47e57746e6f', 'x-compute-request-id': 'req-cd742540-f432-4117-8d61-b47e57746e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:40,906 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:40,906 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a07a9a5-326c-4dfd-8abd-bdebd4d4aaba', 'x-compute-request-id': 'req-6a07a9a5-326c-4dfd-8abd-bdebd4d4aaba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:42,009 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:00:42,009 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52cc302e-7cf1-4873-9b25-f149148baba0', 'x-compute-request-id': 'req-52cc302e-7cf1-4873-9b25-f149148baba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:43,109 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:00:43,109 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-833af16e-6bbf-490d-9774-be965a623a47', 'x-compute-request-id': 'req-833af16e-6bbf-490d-9774-be965a623a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:44,206 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:00:44,206 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b77ed6fb-3e36-4611-90c4-bc1cd40685d1', 'x-compute-request-id': 'req-b77ed6fb-3e36-4611-90c4-bc1cd40685d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:45,306 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:45,306 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8742415-dd20-41c6-82bd-233cc78a8a71', 'x-compute-request-id': 'req-e8742415-dd20-41c6-82bd-233cc78a8a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:46,408 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:00:46,408 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-016606a5-e084-4951-841a-cdc3ad719403', 'x-compute-request-id': 'req-016606a5-e084-4951-841a-cdc3ad719403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:47,506 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:00:47,506 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79a410cd-86f5-4d3c-b44f-f0e0156d2946', 'x-compute-request-id': 'req-79a410cd-86f5-4d3c-b44f-f0e0156d2946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:48,605 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:48,605 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cb18a68-788b-467e-b702-c425ac03a351', 'x-compute-request-id': 'req-8cb18a68-788b-467e-b702-c425ac03a351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:49,706 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:49,706 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83f3d9a4-154c-48aa-81e4-9b76d3a9f05a', 'x-compute-request-id': 'req-83f3d9a4-154c-48aa-81e4-9b76d3a9f05a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:50,814 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.096s 2022-09-02 10:00:50,815 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77277360-cc14-44ba-949b-d660f3228f09', 'x-compute-request-id': 'req-77277360-cc14-44ba-949b-d660f3228f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:51,920 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:00:51,920 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68652282-c437-4a01-83ed-f7681cb19df2', 'x-compute-request-id': 'req-68652282-c437-4a01-83ed-f7681cb19df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:53,020 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:53,020 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df250d2e-a75c-42fd-87eb-64be365135ef', 'x-compute-request-id': 'req-df250d2e-a75c-42fd-87eb-64be365135ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:54,119 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:00:54,120 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba34c545-fbc9-479a-b25f-5d70f9b30efe', 'x-compute-request-id': 'req-ba34c545-fbc9-479a-b25f-5d70f9b30efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:55,221 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:00:55,221 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5915dbd-07b4-48e5-b58e-fce0e960577f', 'x-compute-request-id': 'req-d5915dbd-07b4-48e5-b58e-fce0e960577f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:56,319 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:00:56,319 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-971aba9b-c90f-4eb3-a49b-e06061592ea4', 'x-compute-request-id': 'req-971aba9b-c90f-4eb3-a49b-e06061592ea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:57,417 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:00:57,417 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aec90d67-d6ba-4f14-9258-72577824d473', 'x-compute-request-id': 'req-aec90d67-d6ba-4f14-9258-72577824d473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:58,516 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:00:58,517 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9f24f32-e029-4186-9ee4-47b6cdfa3044', 'x-compute-request-id': 'req-b9f24f32-e029-4186-9ee4-47b6cdfa3044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:00:59,621 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.093s 2022-09-02 10:00:59,629 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e06da378-7d27-4ed5-9485-a795a9614f7a', 'x-compute-request-id': 'req-e06da378-7d27-4ed5-9485-a795a9614f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:00,975 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.330s 2022-09-02 10:01:00,975 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdc52fee-6b1d-4d06-8a49-ed562386c3a9', 'x-compute-request-id': 'req-bdc52fee-6b1d-4d06-8a49-ed562386c3a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:02,074 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:02,074 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-766383bb-fb95-44f1-9785-681c53f8eae8', 'x-compute-request-id': 'req-766383bb-fb95-44f1-9785-681c53f8eae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:03,174 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:03,174 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69e2a135-abc0-4e16-a48d-c09b4a28d8f5', 'x-compute-request-id': 'req-69e2a135-abc0-4e16-a48d-c09b4a28d8f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:04,274 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:04,274 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef9f6ca8-dbd9-4424-a9b6-8bf4972d0495', 'x-compute-request-id': 'req-ef9f6ca8-dbd9-4424-a9b6-8bf4972d0495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:05,374 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:01:05,375 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6cfaa5a-98e1-4cc1-ba09-29ea0f358232', 'x-compute-request-id': 'req-a6cfaa5a-98e1-4cc1-ba09-29ea0f358232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:06,474 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:06,474 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c19157f-8044-4f27-9476-00214af3347e', 'x-compute-request-id': 'req-7c19157f-8044-4f27-9476-00214af3347e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:07,574 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:07,575 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35092959-1402-4d38-becc-13fa827ba65a', 'x-compute-request-id': 'req-35092959-1402-4d38-becc-13fa827ba65a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:08,675 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:08,675 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb2e41ed-d7e4-4540-9055-025dd494cb64', 'x-compute-request-id': 'req-cb2e41ed-d7e4-4540-9055-025dd494cb64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:09,775 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:01:09,776 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb7e3285-882b-4aa0-be5a-27897c5df329', 'x-compute-request-id': 'req-bb7e3285-882b-4aa0-be5a-27897c5df329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:10,879 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:01:10,879 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad97683e-c82e-4080-a28d-ab892a0682bb', 'x-compute-request-id': 'req-ad97683e-c82e-4080-a28d-ab892a0682bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:11,977 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:11,978 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8caf7c7-cf2e-4a5e-b290-1e93dd550267', 'x-compute-request-id': 'req-d8caf7c7-cf2e-4a5e-b290-1e93dd550267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:13,079 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:01:13,079 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8632e85-6dab-4154-934e-e77f314da71b', 'x-compute-request-id': 'req-f8632e85-6dab-4154-934e-e77f314da71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:14,181 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:01:14,182 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8726ab5-accb-4c89-9b71-c20ed918194b', 'x-compute-request-id': 'req-e8726ab5-accb-4c89-9b71-c20ed918194b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:15,280 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:01:15,280 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d62685f-0eab-4c78-8166-e40554f3011d', 'x-compute-request-id': 'req-5d62685f-0eab-4c78-8166-e40554f3011d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:16,379 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:16,379 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bce5ce8-2867-420a-8080-0d1b21d22106', 'x-compute-request-id': 'req-3bce5ce8-2867-420a-8080-0d1b21d22106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:17,479 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:17,479 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b760a343-3e28-4e21-9c0b-3cb7c130e7b5', 'x-compute-request-id': 'req-b760a343-3e28-4e21-9c0b-3cb7c130e7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:18,581 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:01:18,582 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4962aa-d6d5-47b7-9ac9-12aa26559312', 'x-compute-request-id': 'req-dd4962aa-d6d5-47b7-9ac9-12aa26559312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:19,684 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:01:19,685 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b98874d-0f5f-47f9-95b4-adcf6741357e', 'x-compute-request-id': 'req-9b98874d-0f5f-47f9-95b4-adcf6741357e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:20,794 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.097s 2022-09-02 10:01:20,794 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04d7fa25-8b4e-409d-a491-1532b31dbc5f', 'x-compute-request-id': 'req-04d7fa25-8b4e-409d-a491-1532b31dbc5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:21,910 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.103s 2022-09-02 10:01:21,911 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a15f7ec-f57f-4e91-963d-7e20a7ee902a', 'x-compute-request-id': 'req-1a15f7ec-f57f-4e91-963d-7e20a7ee902a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:23,010 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:23,010 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be479d0b-db1b-4a2c-a5f8-5ce432baef3b', 'x-compute-request-id': 'req-be479d0b-db1b-4a2c-a5f8-5ce432baef3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:24,109 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:24,110 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-198d5c2a-7843-4f25-b403-971164a3b984', 'x-compute-request-id': 'req-198d5c2a-7843-4f25-b403-971164a3b984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:25,210 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:01:25,210 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4befe4a7-e1d7-427b-a9e2-029e3e4c485f', 'x-compute-request-id': 'req-4befe4a7-e1d7-427b-a9e2-029e3e4c485f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:26,308 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:01:26,308 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-310c7785-fd2a-435a-a611-754e1c76949d', 'x-compute-request-id': 'req-310c7785-fd2a-435a-a611-754e1c76949d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:27,407 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:27,408 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d99304d-949c-4cb1-8649-28b90fdecfd2', 'x-compute-request-id': 'req-0d99304d-949c-4cb1-8649-28b90fdecfd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:28,509 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:01:28,509 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d561571-a7fd-44dc-bb57-c7ac408fc03a', 'x-compute-request-id': 'req-6d561571-a7fd-44dc-bb57-c7ac408fc03a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:29,608 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:29,609 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a84c6fae-3f93-460f-94b7-73a50427b362', 'x-compute-request-id': 'req-a84c6fae-3f93-460f-94b7-73a50427b362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:30,708 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:30,708 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f901783-0329-4eb6-b943-f5597ebc5711', 'x-compute-request-id': 'req-0f901783-0329-4eb6-b943-f5597ebc5711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:31,806 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:01:31,806 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ba2fa20-18af-4096-8557-9db44d2ed41b', 'x-compute-request-id': 'req-2ba2fa20-18af-4096-8557-9db44d2ed41b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:32,906 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:32,906 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-440cc35f-b4d8-4951-863d-9efca2db82a3', 'x-compute-request-id': 'req-440cc35f-b4d8-4951-863d-9efca2db82a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:34,006 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:01:34,008 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc671a35-e383-4a3e-a407-6d3fe8c0f42a', 'x-compute-request-id': 'req-fc671a35-e383-4a3e-a407-6d3fe8c0f42a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:35,109 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:35,109 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f4a7b01-a698-4c37-a951-7294808c6d7a', 'x-compute-request-id': 'req-9f4a7b01-a698-4c37-a951-7294808c6d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:36,210 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:01:36,219 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bab0732-4263-45f8-89e6-7323c90cd16b', 'x-compute-request-id': 'req-2bab0732-4263-45f8-89e6-7323c90cd16b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:37,319 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:37,319 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8668b9c-4030-46ec-befc-30cf40a10797', 'x-compute-request-id': 'req-b8668b9c-4030-46ec-befc-30cf40a10797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:38,419 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:01:38,420 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec3bed4d-3d47-4ac5-839f-6fe7ee36c88a', 'x-compute-request-id': 'req-ec3bed4d-3d47-4ac5-839f-6fe7ee36c88a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:39,519 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:39,520 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-022215c9-4889-4344-85ec-b7fb5dcce90c', 'x-compute-request-id': 'req-022215c9-4889-4344-85ec-b7fb5dcce90c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:40,619 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:40,619 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-496f5741-89ca-4595-85be-455d5b3976af', 'x-compute-request-id': 'req-496f5741-89ca-4595-85be-455d5b3976af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:41,717 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:01:41,717 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f637bd1-380d-4177-8070-743250716cec', 'x-compute-request-id': 'req-5f637bd1-380d-4177-8070-743250716cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:42,822 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:01:42,822 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d07c74e-8c15-4b54-afcb-06505c9608e3', 'x-compute-request-id': 'req-9d07c74e-8c15-4b54-afcb-06505c9608e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:43,920 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:43,920 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7763c43a-2ec3-4fd7-91c6-848b3c342786', 'x-compute-request-id': 'req-7763c43a-2ec3-4fd7-91c6-848b3c342786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:45,020 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:45,021 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48fc7093-97a7-4ced-aad1-9bfacac7b407', 'x-compute-request-id': 'req-48fc7093-97a7-4ced-aad1-9bfacac7b407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:46,119 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:46,120 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d16fd9c-9b13-4cb4-9e4a-ab1127d9651b', 'x-compute-request-id': 'req-8d16fd9c-9b13-4cb4-9e4a-ab1127d9651b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:47,221 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:01:47,221 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ec507a0-5ab0-40cc-a4cc-cfa21e6ed4c7', 'x-compute-request-id': 'req-1ec507a0-5ab0-40cc-a4cc-cfa21e6ed4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:48,319 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:48,319 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be70e27b-3a5e-4274-ae60-b49086c5620c', 'x-compute-request-id': 'req-be70e27b-3a5e-4274-ae60-b49086c5620c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:49,416 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:01:49,416 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3af98e75-8558-4d0d-80a0-8f0db922bbe9', 'x-compute-request-id': 'req-3af98e75-8558-4d0d-80a0-8f0db922bbe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:50,526 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.097s 2022-09-02 10:01:50,526 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f635c07-98c5-4910-8824-b6b196b889b6', 'x-compute-request-id': 'req-6f635c07-98c5-4910-8824-b6b196b889b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:51,627 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:01:51,628 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba0f693-4a8a-4d07-b200-de47020cb017', 'x-compute-request-id': 'req-3ba0f693-4a8a-4d07-b200-de47020cb017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:52,726 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:01:52,727 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6fa2744-66a4-4a3e-b31f-cb6330c6f67e', 'x-compute-request-id': 'req-b6fa2744-66a4-4a3e-b31f-cb6330c6f67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:53,826 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:01:53,826 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8ee67be-6da6-4f1b-a90c-40b8b537317e', 'x-compute-request-id': 'req-c8ee67be-6da6-4f1b-a90c-40b8b537317e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:54,932 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.093s 2022-09-02 10:01:54,932 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3dced3b-9297-49ec-8bb2-5850b6bc4dc4', 'x-compute-request-id': 'req-d3dced3b-9297-49ec-8bb2-5850b6bc4dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:56,035 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:01:56,036 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e5b4558-fc17-4b0c-958b-743f8df3675c', 'x-compute-request-id': 'req-8e5b4558-fc17-4b0c-958b-743f8df3675c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:57,138 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:01:57,138 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e469acf-48a6-400b-9499-b51bd3e80495', 'x-compute-request-id': 'req-8e469acf-48a6-400b-9499-b51bd3e80495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:58,235 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:01:58,236 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddd97908-e7c3-4da5-83ce-8a5f5a4e00f2', 'x-compute-request-id': 'req-ddd97908-e7c3-4da5-83ce-8a5f5a4e00f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:01:59,334 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.085s 2022-09-02 10:01:59,334 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e937a2-423a-4323-af3e-7239ce37d359', 'x-compute-request-id': 'req-75e937a2-423a-4323-af3e-7239ce37d359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:00,438 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:02:00,438 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c99eedf-a7f0-48c0-9366-ddbd8b866d80', 'x-compute-request-id': 'req-2c99eedf-a7f0-48c0-9366-ddbd8b866d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:01,537 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:02:01,537 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce74d522-6977-4ec4-a573-a40464b291f2', 'x-compute-request-id': 'req-ce74d522-6977-4ec4-a573-a40464b291f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:02,636 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:02:02,636 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f847ea8-9973-4462-97ca-85d75ab5e1bb', 'x-compute-request-id': 'req-4f847ea8-9973-4462-97ca-85d75ab5e1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:03,735 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:02:03,735 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4795b790-1b7f-438a-acad-2c12d7695c06', 'x-compute-request-id': 'req-4795b790-1b7f-438a-acad-2c12d7695c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:04,843 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.096s 2022-09-02 10:02:04,843 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9d0e25f-0f77-4635-9e84-df02d4a0f88b', 'x-compute-request-id': 'req-e9d0e25f-0f77-4635-9e84-df02d4a0f88b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:05,945 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:02:05,946 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10d0c4d2-1fd3-481f-96ae-f1beeafd7b7e', 'x-compute-request-id': 'req-10d0c4d2-1fd3-481f-96ae-f1beeafd7b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:07,045 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:07,045 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a458b98-1b6a-45cd-8952-902a56ec4a9c', 'x-compute-request-id': 'req-1a458b98-1b6a-45cd-8952-902a56ec4a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:08,145 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:08,146 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca28dcde-a0cb-401a-97f4-cda54a00520b', 'x-compute-request-id': 'req-ca28dcde-a0cb-401a-97f4-cda54a00520b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:09,249 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:02:09,250 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a8cf9e1-7549-402c-a5bb-1f5a1a019ada', 'x-compute-request-id': 'req-7a8cf9e1-7549-402c-a5bb-1f5a1a019ada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:10,349 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:02:10,349 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c6d1afe-4db6-44d3-a926-cc059d263b18', 'x-compute-request-id': 'req-3c6d1afe-4db6-44d3-a926-cc059d263b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:11,449 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:11,449 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25a5d865-b21d-4973-8754-dd39f1a50401', 'x-compute-request-id': 'req-25a5d865-b21d-4973-8754-dd39f1a50401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:12,553 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:02:12,553 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f71fa8-d3b3-47c1-9328-0c4d4e0e1b03', 'x-compute-request-id': 'req-42f71fa8-d3b3-47c1-9328-0c4d4e0e1b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:13,807 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.242s 2022-09-02 10:02:13,807 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2441219d-2133-412a-932d-570dc2e53e6c', 'x-compute-request-id': 'req-2441219d-2133-412a-932d-570dc2e53e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:14,907 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:14,907 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc8d5902-4aec-487b-8b48-e2a1100525a5', 'x-compute-request-id': 'req-cc8d5902-4aec-487b-8b48-e2a1100525a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:16,008 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:02:16,008 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-355cf514-34ac-4b67-8a85-9e9a26102215', 'x-compute-request-id': 'req-355cf514-34ac-4b67-8a85-9e9a26102215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:17,107 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:17,108 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbef0673-6688-4bd6-837b-8426f86fbd1d', 'x-compute-request-id': 'req-bbef0673-6688-4bd6-837b-8426f86fbd1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:18,212 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:02:18,213 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7a3941a-1f36-4faf-813e-f75c0d7ec964', 'x-compute-request-id': 'req-c7a3941a-1f36-4faf-813e-f75c0d7ec964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:19,313 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:02:19,314 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1748353-8415-4f4d-8030-bcc9d8aae26f', 'x-compute-request-id': 'req-f1748353-8415-4f4d-8030-bcc9d8aae26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:20,415 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:02:20,416 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9213984f-826c-43ee-b642-ce129aa9d4a7', 'x-compute-request-id': 'req-9213984f-826c-43ee-b642-ce129aa9d4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:21,518 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:02:21,518 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f420825c-f052-411a-9a79-8751c2045fb1', 'x-compute-request-id': 'req-f420825c-f052-411a-9a79-8751c2045fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:22,621 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:02:22,621 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd91996b-e64b-4e5f-acf1-5b454e4a3b86', 'x-compute-request-id': 'req-dd91996b-e64b-4e5f-acf1-5b454e4a3b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:23,721 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:23,721 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f55e7fd-467f-44d8-95ca-9c366114ea9f', 'x-compute-request-id': 'req-6f55e7fd-467f-44d8-95ca-9c366114ea9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:24,823 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:02:24,823 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d8df4ec-6aad-43be-964b-01b2d31640de', 'x-compute-request-id': 'req-5d8df4ec-6aad-43be-964b-01b2d31640de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:25,924 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:02:25,925 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f57aee16-2f4a-4aba-b766-e99dcfeafb46', 'x-compute-request-id': 'req-f57aee16-2f4a-4aba-b766-e99dcfeafb46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:27,029 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:02:27,029 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9111d80f-dea6-4e39-adaa-fd5f77a562e7', 'x-compute-request-id': 'req-9111d80f-dea6-4e39-adaa-fd5f77a562e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:28,128 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:02:28,129 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72c97ba4-3d65-4069-853d-8010908ca83e', 'x-compute-request-id': 'req-72c97ba4-3d65-4069-853d-8010908ca83e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:29,229 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:02:29,229 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e397804-c5f0-4fff-809a-f71dd5495cb1', 'x-compute-request-id': 'req-7e397804-c5f0-4fff-809a-f71dd5495cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:30,330 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:30,330 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32f1ba16-06c7-4d89-b264-8a39b3d93549', 'x-compute-request-id': 'req-32f1ba16-06c7-4d89-b264-8a39b3d93549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:31,433 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:02:31,439 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45a872f0-9551-41f1-9792-3a50000d284d', 'x-compute-request-id': 'req-45a872f0-9551-41f1-9792-3a50000d284d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:32,538 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:32,539 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1afd25b-e0a6-4bb4-9cf6-a3649057ecbc', 'x-compute-request-id': 'req-f1afd25b-e0a6-4bb4-9cf6-a3649057ecbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:33,643 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:02:33,643 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d076b6ec-1baa-4547-a2de-58b34989178a', 'x-compute-request-id': 'req-d076b6ec-1baa-4547-a2de-58b34989178a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:34,744 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:02:34,745 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40aea9a8-4fe4-4a78-b82e-afc0361dbf2f', 'x-compute-request-id': 'req-40aea9a8-4fe4-4a78-b82e-afc0361dbf2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:35,846 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:02:35,847 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bff2295e-e811-4b30-9624-abba42576370', 'x-compute-request-id': 'req-bff2295e-e811-4b30-9624-abba42576370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:36,947 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:02:36,947 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1c6c836-697f-4c5f-bbda-9b01ff5a69ad', 'x-compute-request-id': 'req-c1c6c836-697f-4c5f-bbda-9b01ff5a69ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:38,046 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:38,046 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79984501-a95d-4e4a-8a9f-9a851ba08703', 'x-compute-request-id': 'req-79984501-a95d-4e4a-8a9f-9a851ba08703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:39,148 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:02:39,148 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d6b9702-9801-4f77-ba7b-0f48ae5641bb', 'x-compute-request-id': 'req-1d6b9702-9801-4f77-ba7b-0f48ae5641bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:40,250 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:02:40,250 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4483776c-bf3e-486e-8f91-be5495d432db', 'x-compute-request-id': 'req-4483776c-bf3e-486e-8f91-be5495d432db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:41,350 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:41,350 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb3c4a25-adb7-45cb-90f3-a5bd3f3910cf', 'x-compute-request-id': 'req-eb3c4a25-adb7-45cb-90f3-a5bd3f3910cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:42,455 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:02:42,455 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bca16b4-91b0-4de7-8359-98530798d91a', 'x-compute-request-id': 'req-2bca16b4-91b0-4de7-8359-98530798d91a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:43,554 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:02:43,555 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17543066-1b32-4331-8f4e-c2d6bfb60051', 'x-compute-request-id': 'req-17543066-1b32-4331-8f4e-c2d6bfb60051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:44,658 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:02:44,658 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37f3764a-b8d5-41e6-8658-559dcbd63942', 'x-compute-request-id': 'req-37f3764a-b8d5-41e6-8658-559dcbd63942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:45,756 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:02:45,757 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8da9f60d-beed-4135-af34-763c8baff685', 'x-compute-request-id': 'req-8da9f60d-beed-4135-af34-763c8baff685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:46,860 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:02:46,860 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bcddb91-71fd-4896-8859-4839266a301f', 'x-compute-request-id': 'req-7bcddb91-71fd-4896-8859-4839266a301f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:47,962 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:02:47,963 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a3829d-a7b0-49b6-a0f3-8c4fbdfb0a44', 'x-compute-request-id': 'req-54a3829d-a7b0-49b6-a0f3-8c4fbdfb0a44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:49,066 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.092s 2022-09-02 10:02:49,067 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-953c35cf-c443-4b3f-b452-b477bea33dfa', 'x-compute-request-id': 'req-953c35cf-c443-4b3f-b452-b477bea33dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:50,168 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:02:50,168 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95f3f689-59c0-42cb-9db4-9c27e5e1f3fd', 'x-compute-request-id': 'req-95f3f689-59c0-42cb-9db4-9c27e5e1f3fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:51,271 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:02:51,271 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60c939db-628e-4670-9930-222b2512a28d', 'x-compute-request-id': 'req-60c939db-628e-4670-9930-222b2512a28d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:52,372 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:02:52,372 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52da8aa6-812c-495b-8e36-c74e94c3d725', 'x-compute-request-id': 'req-52da8aa6-812c-495b-8e36-c74e94c3d725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:53,475 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:02:53,475 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e017145c-369d-48e8-a41a-41e37c304ad2', 'x-compute-request-id': 'req-e017145c-369d-48e8-a41a-41e37c304ad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:54,574 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:02:54,574 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-505f2f9e-954c-47e3-9e96-8f2cd984d664', 'x-compute-request-id': 'req-505f2f9e-954c-47e3-9e96-8f2cd984d664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:55,678 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:02:55,679 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0323f54-d0bc-42f5-a5eb-4130492bfabc', 'x-compute-request-id': 'req-c0323f54-d0bc-42f5-a5eb-4130492bfabc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:56,782 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:02:56,805 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efc6ce80-2d54-4859-a674-aeb380c5cae9', 'x-compute-request-id': 'req-efc6ce80-2d54-4859-a674-aeb380c5cae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:57,911 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.093s 2022-09-02 10:02:57,912 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-108bd220-6820-4989-a25a-e670f12cda81', 'x-compute-request-id': 'req-108bd220-6820-4989-a25a-e670f12cda81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:02:59,010 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:02:59,010 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00536494-0f42-4ed1-a02b-aa3dcbec856f', 'x-compute-request-id': 'req-00536494-0f42-4ed1-a02b-aa3dcbec856f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:00,110 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:03:00,110 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-725050ba-cc20-44d4-84a8-03de040fe204', 'x-compute-request-id': 'req-725050ba-cc20-44d4-84a8-03de040fe204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:01,210 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:03:01,211 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ab7bb3f-a42b-4034-95d1-ff2b4591653c', 'x-compute-request-id': 'req-7ab7bb3f-a42b-4034-95d1-ff2b4591653c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:02,312 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:03:02,312 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d777773-cf72-409a-b311-76a28ce2d079', 'x-compute-request-id': 'req-3d777773-cf72-409a-b311-76a28ce2d079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:03,414 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:03:03,414 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa6e50b8-23fa-4da0-bc14-01387670359c', 'x-compute-request-id': 'req-fa6e50b8-23fa-4da0-bc14-01387670359c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:04,513 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:03:04,513 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7841339a-db98-4fb7-a1b0-ab605463a0b9', 'x-compute-request-id': 'req-7841339a-db98-4fb7-a1b0-ab605463a0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:05,615 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:03:05,615 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42994f95-37a7-4931-b1a2-459c80855d89', 'x-compute-request-id': 'req-42994f95-37a7-4931-b1a2-459c80855d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:06,718 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.090s 2022-09-02 10:03:06,718 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b3d6691-392b-465a-a6b0-7f0ef2f77c4d', 'x-compute-request-id': 'req-4b3d6691-392b-465a-a6b0-7f0ef2f77c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:07,819 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.088s 2022-09-02 10:03:07,819 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-faa0ad11-320a-4461-b385-44a025da4893', 'x-compute-request-id': 'req-faa0ad11-320a-4461-b385-44a025da4893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:08,920 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.089s 2022-09-02 10:03:08,920 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e43fa032-6c59-4fe3-87e0-2b7fd57af4a0', 'x-compute-request-id': 'req-e43fa032-6c59-4fe3-87e0-2b7fd57af4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:10,020 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:03:10,021 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53220ca4-428a-4478-b7d0-90e08fe6c786', 'x-compute-request-id': 'req-53220ca4-428a-4478-b7d0-90e08fe6c786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:11,140 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.107s 2022-09-02 10:03:11,140 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c5c216f-2fac-4a75-9858-7bf78cc160b2', 'x-compute-request-id': 'req-3c5c216f-2fac-4a75-9858-7bf78cc160b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:12,240 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.087s 2022-09-02 10:03:12,240 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-401b959c-ce64-44aa-b0cc-2e746b965c07', 'x-compute-request-id': 'req-401b959c-ce64-44aa-b0cc-2e746b965c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:13,338 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:03:13,339 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-902c7048-b72c-4866-a8dc-40e3d1e00da1', 'x-compute-request-id': 'req-902c7048-b72c-4866-a8dc-40e3d1e00da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:14,437 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:03:14,437 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc6c3d33-ad97-4f33-a5ef-aa74ca3c887f', 'x-compute-request-id': 'req-cc6c3d33-ad97-4f33-a5ef-aa74ca3c887f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:15,540 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.091s 2022-09-02 10:03:15,541 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-996758ab-2f7f-474b-bd69-1777609fec00', 'x-compute-request-id': 'req-996758ab-2f7f-474b-bd69-1777609fec00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:16,639 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f 0.086s 2022-09-02 10:03:16,639 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ac4178a-2585-47d5-87d5-5d76525d6618', 'x-compute-request-id': 'req-1ac4178a-2585-47d5-87d5-5d76525d6618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f'} Body: b'{"server": {"id": "ae283fdc-e807-415c-a156-8ec24163c45f", "name": "tempest-AttachVolumeTestJSON-server-1223574817", "status": "ACTIVE", "tenant_id": "ea33fe1eaf1047f78312a8e9fa9152c4", "user_id": "f65429de28ae41578c51a6b9099fea5c", "metadata": {}, "hostId": "fad9fa7bdd632629a802cb556811b981ce8054e181f919fbabc15780", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:32:43Z", "updated": "2022-09-02T09:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/ae283fdc-e807-415c-a156-8ec24163c45f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1637250", "OS-SRV-USG:launched_at": "2022-09-02T09:33:36.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2e002e4a-ad01-4f0d-bc79-7c25ac6987e3"}]}}' 2022-09-02 10:03:16,650 128283 ERROR [tempest.api.compute.base] Failed to delete server ae283fdc-e807-415c-a156-8ec24163c45f 2022-09-02 10:03:16.650 128283 ERROR tempest.api.compute.base Traceback (most recent call last): 2022-09-02 10:03:16.650 128283 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 456, in delete_server 2022-09-02 10:03:16.650 128283 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client, 2022-09-02 10:03:16.650 128283 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination 2022-09-02 10:03:16.650 128283 ERROR tempest.api.compute.base raise lib_exc.TimeoutException 2022-09-02 10:03:16.650 128283 ERROR tempest.api.compute.base tempest.lib.exceptions.TimeoutException: Request timed out 2022-09-02 10:03:16.650 128283 ERROR tempest.api.compute.base Details: None 2022-09-02 10:03:16.650 128283 ERROR tempest.api.compute.base 2022-09-02 10:03:16,737 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.57/compute/v2.1/os-keypairs/tempest-keypair-1637250 0.085s 2022-09-02 10:03:16,737 128283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:03: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-3aa19474-5766-4a16-9086-ac304b97a68f', 'x-compute-request-id': 'req-3aa19474-5766-4a16-9086-ac304b97a68f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/os-keypairs/tempest-keypair-1637250'} Body: b'' 2022-09-02 10:03:16,915 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.57:9696/networking/v2.0/security-groups/381085fd-5d4c-4588-a916-99c91522f1d4 0.177s 2022-09-02 10:03:16,916 128283 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-f4925728-9bc9-4630-92ff-01f415d1ab08', 'content-length': '0', 'date': 'Fri, 02 Sep 2022 10:03:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-groups/381085fd-5d4c-4588-a916-99c91522f1d4'} Body: b'' 2022-09-02 10:03:16,933 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.57:9696/networking/v2.0/security-groups/381085fd-5d4c-4588-a916-99c91522f1d4 0.017s 2022-09-02 10:03:16,934 128283 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-62e52520-e003-4427-80e0-cf485c1a03f9', 'date': 'Fri, 02 Sep 2022 10:03:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-groups/381085fd-5d4c-4588-a916-99c91522f1d4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 381085fd-5d4c-4588-a916-99c91522f1d4 does not exist", "detail": ""}}' 2022-09-02 10:03:17,444 128283 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.57:9696/networking/v2.0/floatingips/74ddaf7d-ea1a-4f3a-9359-e7b5b8231002 0.510s 2022-09-02 10:03:17,445 128283 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-f479e3b6-7c89-406f-ac74-e50d5e1b0b93', 'content-length': '0', 'date': 'Fri, 02 Sep 2022 10:03:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/floatingips/74ddaf7d-ea1a-4f3a-9359-e7b5b8231002'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 385, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 failed to detach from server ae283fdc-e807-415c-a156-8ec24163c45f within the required time (360 s) from the compute API perspective }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 115, in test_attach_detach_volume waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 2e002e4a-ad01-4f0d-bc79-7c25ac6987e3 failed to reach available status (current detaching) within the required time (360 s). |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt5.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 5 | 1 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt6.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
pt6.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
pt6.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
pt6.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
pt6.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] |
fail
ft6.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-02 09:37:26,543 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 202 POST http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3/action 0.317s 2022-09-02 09:37:26,543 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-volume_upload_image": {"image_name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-025a73b5-ca0f-4c74-8ff3-7426dbfda066', 'content-length': '698', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-025a73b5-ca0f-4c74-8ff3-7426dbfda066', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3/action'} Body: b'{"os-volume_upload_image": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "updated_at": "2022-09-02T09:37:26.000000", "status": "uploading", "display_description": null, "size": 1, "volume_type": {"id": "cb47093e-c2b8-4fd2-badd-dc2c47f2df7b", "name": "__DEFAULT__", "description": "Default Volume Type", "is_public": true, "extra_specs": {}, "qos_specs_id": null, "created_at": "2022-09-02T09:17:57.000000", "updated_at": "2022-09-02T09:17:57.000000", "deleted_at": null, "deleted": false}, "image_id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "container_format": "bare", "disk_format": "raw", "image_name": "tempest-VolumesActionsTest-Image-1280840381", "protected": false, "visibility": "shared"}}' 2022-09-02 09:37:26,562 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.018s 2022-09-02 09:37:26,563 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a112fd3-2f1f-4681-94f9-fbb2b8b7368c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:26Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:27,583 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.018s 2022-09-02 09:37:27,583 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1672e927-1a0b-41ee-b88c-32ff10ee0839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:26Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:28,603 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.017s 2022-09-02 09:37:28,604 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b9015178-a095-455d-84b2-fd48b1d5eb3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:26Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:29,623 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.018s 2022-09-02 09:37:29,624 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-da82bd5b-3e10-4225-98fd-5866d95da8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:26Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:30,646 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.021s 2022-09-02 09:37:30,646 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d3be214d-fef7-49b3-b6a8-169b6e1007b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:26Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:31,666 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.018s 2022-09-02 09:37:31,667 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b635181b-5616-40c2-bb12-4269886bdbb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:26Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:32,686 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.018s 2022-09-02 09:37:32,686 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b02748e-c86a-438b-ae3d-2c884691e0e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:26Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:33,723 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.034s 2022-09-02 09:37:33,723 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c38bef96-b807-42d8-a66e-8b1aef77bcec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:34,794 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.069s 2022-09-02 09:37:34,795 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6dafb89a-56e1-4eb1-87b5-5561a94407d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:35,815 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.019s 2022-09-02 09:37:35,815 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c71b4e6f-c540-4834-869b-61c34166c68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:36,837 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.020s 2022-09-02 09:37:36,837 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c2c59ca1-33da-4054-9207-87413cd0825b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:37,863 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.025s 2022-09-02 09:37:37,864 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-021f526a-1137-474a-bd90-c9f79d4f38a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:38,897 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.032s 2022-09-02 09:37:38,898 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-66f2407a-5e97-4a16-bb63-19660049cf27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:39,936 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.031s 2022-09-02 09:37:39,936 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89a50fa4-1eab-499e-ba1e-64ad318508fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:40,963 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.025s 2022-09-02 09:37:40,964 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ce22eced-3397-4dc3-93cc-58e6bbf610e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:41,988 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.022s 2022-09-02 09:37:41,988 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a460065c-84c0-40a4-a0dd-44119299cc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:43,012 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.023s 2022-09-02 09:37:43,013 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6776d858-eafa-4ae6-bca3-71c10ffd2484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:44,033 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.020s 2022-09-02 09:37:44,034 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4c2015d3-fcdf-4770-bbee-484500690c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:45,077 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.041s 2022-09-02 09:37:45,078 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-16093d35-e88b-47a7-a821-cdc9b36afb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:46,099 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.019s 2022-09-02 09:37:46,100 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4404b165-18e0-4674-86dc-5759c248eeaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:47,121 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.020s 2022-09-02 09:37:47,121 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7f3226a9-1a19-4354-9543-b50e02885339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:48,141 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.019s 2022-09-02 09:37:48,142 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '650', 'content-type': 'application/json', 'x-openstack-request-id': 'req-073a4f4b-ffba-4065-bcfc-421a5d994c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:33Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:49,163 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 0.020s 2022-09-02 09:37:49,163 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '822', 'content-type': 'application/json', 'x-openstack-request-id': 'req-254c3800-6cc9-439e-be78-d12af8ac37a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} Body: b'{"name": "tempest-VolumesActionsTest-Image-1280840381", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": 1073741824, "virtual_size": 1073741824, "status": "active", "checksum": "cd573cfaace07e7949bc0c46028904ff", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "aa4bc1ecdf7543ea9777b69428329986", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "c5041ae163cf0f65600acfe7f6a63f212101687d41a57a4e18ffd2a07a452cd8175b8f5a4868dd2330bfe5ae123f18216bdbc9e0f80d131e64b94913a7b40bb5", "id": "8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "created_at": "2022-09-02T09:37:26Z", "updated_at": "2022-09-02T09:37:49Z", "tags": [], "self": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b", "file": "/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:49,205 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.041s 2022-09-02 09:37:49,205 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ffe4a4-a26a-4c6f-9029-a100d8f72172', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ffe4a4-a26a-4c6f-9029-a100d8f72172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:50,256 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:37:50,256 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c447fa-1ee6-4eaf-a2eb-32ae8ddc5e30', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c447fa-1ee6-4eaf-a2eb-32ae8ddc5e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:51,307 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:37:51,307 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ca4118-18af-4bac-a01f-0d1316289213', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ca4118-18af-4bac-a01f-0d1316289213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:52,357 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:37:52,358 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc6399ea-150c-47bb-8ed6-dfbcfdb64760', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc6399ea-150c-47bb-8ed6-dfbcfdb64760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:53,409 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:37:53,410 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dcc0545-c059-4aad-8ad1-883afc5679a4', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dcc0545-c059-4aad-8ad1-883afc5679a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:54,460 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:37:54,461 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52295a4b-cef4-4b33-a807-0249f65697c1', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52295a4b-cef4-4b33-a807-0249f65697c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:55,510 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:37:55,511 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15920993-3b49-4195-952a-0f3f161a5696', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15920993-3b49-4195-952a-0f3f161a5696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:56,562 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:37:56,562 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a263176e-069a-4c44-86a3-d8ffce045e82', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a263176e-069a-4c44-86a3-d8ffce045e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:57,613 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:37:57,613 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c91ec8-7a73-405e-8579-3f09797144e4', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3c91ec8-7a73-405e-8579-3f09797144e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:58,665 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:37:58,665 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06b880e7-5811-4e48-afb3-8bd88c2aa18c', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06b880e7-5811-4e48-afb3-8bd88c2aa18c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:37:59,716 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:37:59,717 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78bb920-bce6-498d-b718-36eaa4c3fece', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78bb920-bce6-498d-b718-36eaa4c3fece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:00,773 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:00,773 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a9bcb63-cc04-4eb9-b116-9802aa828676', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a9bcb63-cc04-4eb9-b116-9802aa828676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:01,824 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:01,824 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d7e1e0-8ece-45ed-8d83-a292db64793c', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d7e1e0-8ece-45ed-8d83-a292db64793c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:02,875 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:38:02,875 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f9a8aa2-5111-4093-bca8-d4df25076d42', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f9a8aa2-5111-4093-bca8-d4df25076d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:03,927 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:03,927 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8605d547-1db1-4522-b7ea-7f1d7834764a', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8605d547-1db1-4522-b7ea-7f1d7834764a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:04,976 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:04,976 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc8ebbc-bf7c-45a0-9f27-b5db7cb8bfd2', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc8ebbc-bf7c-45a0-9f27-b5db7cb8bfd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:06,027 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:06,027 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06bd645d-994e-4aed-8ced-71ba3766e3c0', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06bd645d-994e-4aed-8ced-71ba3766e3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:07,078 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:07,078 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9f7b3b0-f76e-427d-adb9-fdb4ccd93cfd', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f7b3b0-f76e-427d-adb9-fdb4ccd93cfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:08,131 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.042s 2022-09-02 09:38:08,132 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13700fc3-5115-4f2d-8bf0-4b61250c5060', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13700fc3-5115-4f2d-8bf0-4b61250c5060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:09,182 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:09,182 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34cc3d73-5528-4752-87d9-7209cc0b47fe', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34cc3d73-5528-4752-87d9-7209cc0b47fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:10,234 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:38:10,234 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1a031e7-5bb6-40af-ad0e-2297632a2bcf', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1a031e7-5bb6-40af-ad0e-2297632a2bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:11,285 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:38:11,285 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77fabe4-f5e7-4195-8e86-6a6b3b3f1842', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77fabe4-f5e7-4195-8e86-6a6b3b3f1842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:12,337 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:12,337 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1cf19cb-ad82-4b1c-876a-9cde4fb1bd17', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1cf19cb-ad82-4b1c-876a-9cde4fb1bd17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:13,387 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:13,387 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-512348b7-1597-4ef9-9868-42519c3a8601', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-512348b7-1597-4ef9-9868-42519c3a8601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:14,437 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:14,437 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f84b2943-7327-4c31-9b5e-cce6b0a03c2d', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f84b2943-7327-4c31-9b5e-cce6b0a03c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:15,487 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:15,488 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d349a1fa-039d-4a10-badc-6ecb837b6367', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d349a1fa-039d-4a10-badc-6ecb837b6367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:16,537 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:16,538 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a23a8e-05d3-4a82-bd14-0c2f7e19854e', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a23a8e-05d3-4a82-bd14-0c2f7e19854e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:17,591 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.041s 2022-09-02 09:38:17,591 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3daba14d-7aae-4c07-b0cb-55e9c29016b3', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3daba14d-7aae-4c07-b0cb-55e9c29016b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:18,648 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.046s 2022-09-02 09:38:18,649 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f3e0784-458a-4110-b4f1-e6d0b245bfbc', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f3e0784-458a-4110-b4f1-e6d0b245bfbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:19,701 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:38:19,708 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de04ce9-d0b7-478e-a5ce-b021b9ed8e45', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de04ce9-d0b7-478e-a5ce-b021b9ed8e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:20,758 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:20,758 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fdd52e1-d75c-406e-9ff4-31c3758a92f2', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fdd52e1-d75c-406e-9ff4-31c3758a92f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:21,809 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:21,809 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aafb99a3-ccd1-4a97-8217-8b6034dc7145', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aafb99a3-ccd1-4a97-8217-8b6034dc7145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:22,859 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:22,860 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ffa8d42-28ac-4c7e-b2cd-32dce49702c4', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ffa8d42-28ac-4c7e-b2cd-32dce49702c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:23,910 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:23,910 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-235dd8e5-df52-4e10-8345-c442e6bd09d1', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-235dd8e5-df52-4e10-8345-c442e6bd09d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:24,960 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:24,961 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abafcc09-099d-4634-bb19-119fc95b5d50', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abafcc09-099d-4634-bb19-119fc95b5d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:26,011 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:26,011 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6989e407-4f6b-4d68-9206-b8a41085f5e5', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6989e407-4f6b-4d68-9206-b8a41085f5e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:27,061 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:27,062 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42737d5-1ec1-4f6d-a796-2c35f62b9674', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42737d5-1ec1-4f6d-a796-2c35f62b9674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:28,112 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:28,113 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec4772c5-5de5-4f7e-8db5-e6400a9f2ba8', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec4772c5-5de5-4f7e-8db5-e6400a9f2ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:29,163 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:29,164 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f787ddf8-b7be-47cf-8ddd-16b9e5129d2b', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f787ddf8-b7be-47cf-8ddd-16b9e5129d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:30,214 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:30,214 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c74a700-6ec4-444b-84ed-c744628bfa22', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c74a700-6ec4-444b-84ed-c744628bfa22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:31,267 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:38:31,267 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02706aa0-711b-410a-9944-8447cf8d4c94', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02706aa0-711b-410a-9944-8447cf8d4c94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:32,318 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:32,318 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bf695ec-1a7b-409b-8c75-fed5a4ed68ed', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bf695ec-1a7b-409b-8c75-fed5a4ed68ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:33,368 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:33,368 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0caa29da-ced2-40d9-8027-63948352bdda', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0caa29da-ced2-40d9-8027-63948352bdda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:34,419 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:34,420 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc546ec8-c972-4561-8d1c-f0012387e8c6', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc546ec8-c972-4561-8d1c-f0012387e8c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:35,470 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:35,471 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ad8342-2e2c-4811-8d4c-4a57f801021c', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ad8342-2e2c-4811-8d4c-4a57f801021c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:36,521 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:36,525 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c344f2-d1b0-4c23-8c8e-58f952578c4e', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c344f2-d1b0-4c23-8c8e-58f952578c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:37,577 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:37,577 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76ea9b2-7635-43ab-8024-7c216b091d39', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76ea9b2-7635-43ab-8024-7c216b091d39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:38,627 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:38,628 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76548d72-ea70-41a7-b600-2626cf2a4f27', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76548d72-ea70-41a7-b600-2626cf2a4f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:39,679 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:38:39,679 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6afad1b4-53e5-411a-a7d1-49d808cbec04', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6afad1b4-53e5-411a-a7d1-49d808cbec04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:40,730 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:40,730 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a49b919-e12a-4de1-a703-9e388e56acfe', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a49b919-e12a-4de1-a703-9e388e56acfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:41,783 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.041s 2022-09-02 09:38:41,783 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e60d0f7-cd93-48cb-a76d-b1d1b9eebe9b', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e60d0f7-cd93-48cb-a76d-b1d1b9eebe9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:42,837 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.041s 2022-09-02 09:38:42,838 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c046617f-70ff-4448-bcaa-dfe15bf09aae', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c046617f-70ff-4448-bcaa-dfe15bf09aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:43,891 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.041s 2022-09-02 09:38:43,891 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c35e4290-aaa0-4178-8001-2c51bc970d7a', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c35e4290-aaa0-4178-8001-2c51bc970d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:44,941 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:44,942 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54a35e62-fbfc-4cbe-a41d-968f92de3a4b', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54a35e62-fbfc-4cbe-a41d-968f92de3a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:45,992 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:45,993 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88865c79-6b5b-427b-8717-6e9dbb2b4ac9', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88865c79-6b5b-427b-8717-6e9dbb2b4ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:47,044 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:38:47,045 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ee1f12-9e69-4e2f-b31f-489b75a44e7b', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ee1f12-9e69-4e2f-b31f-489b75a44e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:48,095 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:48,096 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7916cf7-c600-46c3-8295-753c3d52af77', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7916cf7-c600-46c3-8295-753c3d52af77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:49,147 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:49,148 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b98b3ed-973c-4a90-8a38-f312e6c6627b', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b98b3ed-973c-4a90-8a38-f312e6c6627b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:50,198 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:50,199 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d907e286-53c5-4797-b688-a5e3fd4f3613', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d907e286-53c5-4797-b688-a5e3fd4f3613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:51,249 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:51,249 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf7a2ddb-18b6-4e42-8f60-f0fcd08ae48f', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf7a2ddb-18b6-4e42-8f60-f0fcd08ae48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:52,300 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:52,301 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3644ee1a-b906-43a0-899c-76532b30eb6c', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3644ee1a-b906-43a0-899c-76532b30eb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:53,350 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:53,351 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bc4c779-f47b-4c61-95cf-7a8ce11c58e6', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bc4c779-f47b-4c61-95cf-7a8ce11c58e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:54,402 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:54,402 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1248719d-0486-4791-bd93-29cc32681b7c', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1248719d-0486-4791-bd93-29cc32681b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:55,452 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:55,453 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93e6bf08-41e2-46f5-bb7d-e3ebe059ed05', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93e6bf08-41e2-46f5-bb7d-e3ebe059ed05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:56,504 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:56,504 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13ad674-cf0c-496a-ba0e-066e693efd8a', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a13ad674-cf0c-496a-ba0e-066e693efd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:57,554 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:38:57,555 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ab0ad88-5480-4f63-b0ac-484ee374d0de', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ab0ad88-5480-4f63-b0ac-484ee374d0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:58,605 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:58,606 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c588fe8e-195f-47ff-82fa-069592a1bba0', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c588fe8e-195f-47ff-82fa-069592a1bba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:38:59,657 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:38:59,657 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fd9c810-9b9b-4bf4-afe4-bafd312e5c37', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fd9c810-9b9b-4bf4-afe4-bafd312e5c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:00,709 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:39:00,709 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-375af120-4574-4c1e-a521-50a17525df53', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375af120-4574-4c1e-a521-50a17525df53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:01,760 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:39:01,761 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80ae1a86-57d7-4e43-9913-dae1a8edb759', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80ae1a86-57d7-4e43-9913-dae1a8edb759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:02,812 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:39:02,812 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc4b498c-6ca2-49be-b05e-ab8ebb9eca56', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4b498c-6ca2-49be-b05e-ab8ebb9eca56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:03,863 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:39:03,863 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c9714c3-700d-4394-9dbd-025d0f9277d1', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9714c3-700d-4394-9dbd-025d0f9277d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:04,920 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.045s 2022-09-02 09:39:04,920 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0797af3-c640-4f0c-9166-b6cc619a5aa7', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0797af3-c640-4f0c-9166-b6cc619a5aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:05,970 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:39:05,970 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b15409-d3f1-481a-9afa-4d2831b58621', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b15409-d3f1-481a-9afa-4d2831b58621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:07,021 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.039s 2022-09-02 09:39:07,021 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64573e89-2013-48fd-96c4-c84dd713f1a2', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64573e89-2013-48fd-96c4-c84dd713f1a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:08,074 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.041s 2022-09-02 09:39:08,074 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9174dd87-be22-48be-92a0-e35ad44bc6cf', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9174dd87-be22-48be-92a0-e35ad44bc6cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:09,124 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.038s 2022-09-02 09:39:09,125 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cfb016f-9f65-4f28-a5e2-4a344bf58571', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cfb016f-9f65-4f28-a5e2-4a344bf58571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:10,178 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.041s 2022-09-02 09:39:10,178 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0331c11b-cddf-4588-b4c5-e4d2e9a85ab9', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0331c11b-cddf-4588-b4c5-e4d2e9a85ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:11,247 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.057s 2022-09-02 09:39:11,247 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c811960-a5c8-4b52-bde7-6f3cd9dacc59', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c811960-a5c8-4b52-bde7-6f3cd9dacc59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:12,299 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.040s 2022-09-02 09:39:12,299 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec28b95-4630-4d9b-8af3-909128a074e1', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec28b95-4630-4d9b-8af3-909128a074e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:13,352 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.042s 2022-09-02 09:39:13,353 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5be5a8f-ff4c-4fdf-9bd3-f30152345844', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5be5a8f-ff4c-4fdf-9bd3-f30152345844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:39:14,406 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 0.041s 2022-09-02 09:39:14,406 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d026421-3549-4523-9c26-a3c5023f43d3', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d026421-3549-4523-9c26-a3c5023f43d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:40:15,477 128287 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 2022-09-02 09:40:43,471 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 88.053s 2022-09-02 09:40:43,472 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d41c251-be29-46ec-ac8e-454ef06842f0', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d41c251-be29-46ec-ac8e-454ef06842f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:41:15,037 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 30.554s 2022-09-02 09:41:15,037 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778ba075-5fc9-4643-9ce3-d54eaaf67198', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778ba075-5fc9-4643-9ce3-d54eaaf67198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:42:16,111 128287 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 2022-09-02 09:42:44,148 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 88.098s 2022-09-02 09:42:44,148 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f225304-177b-404a-ae05-b3c3b7d169e5', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f225304-177b-404a-ae05-b3c3b7d169e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:43:15,237 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 30.076s 2022-09-02 09:43:15,238 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f275c86-15bf-4c98-9c1f-2f1c361abf7a', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f275c86-15bf-4c98-9c1f-2f1c361abf7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:44:16,311 128287 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 2022-09-02 09:44:44,556 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3 88.306s 2022-09-02 09:44:44,556 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b39e6b4-ce02-467c-8506-ace0b1b877a7', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b39e6b4-ce02-467c-8506-ace0b1b877a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3'} Body: b'{"volume": {"id": "00e7877d-c569-4e9e-b0ed-798daeb8c4b3", "status": "uploading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:36:36.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesActionsTest-Volume-1277605540", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/aa4bc1ecdf7543ea9777b69428329986/volumes/00e7877d-c569-4e9e-b0ed-798daeb8c4b3"}], "user_id": "a9c034fcd0ed4825b5661a7bc3d37719", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa4bc1ecdf7543ea9777b69428329986"}}' 2022-09-02 09:44:45,798 128287 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b 1.231s 2022-09-02 09:44:45,799 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ce954ae1-4c79-4dde-bd94-437efe3d707a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57/image/v2/images/8494c48a-88ce-4ce9-9d98-cadfb7d5a76b'} 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/api/volume/test_volumes_actions.py", line 121, in test_volume_upload waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 00e7877d-c569-4e9e-b0ed-798daeb8c4b3 failed to reach available status (current uploading) 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
pt7.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
ft7.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-02 09:36:40,402 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.57/identity/v3/auth/tokens 0.033s 2022-09-02 09:36:40,403 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-42b94937-2c4e-4513-bc6c-d0acf648ac9f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "889d4c60870447bda2926106026a0537", "name": "tempest-VolumesSnapshotTestJSON-1505638161-project", "password_expires_at": null}, "audit_ids": ["WCQlR0faRXKLGfaaMY9xFg"], "expires_at": "2022-09-02T10:36:40.000000Z", "issued_at": "2022-09-02T09:36:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7232d6277f26496ab552afa4abe13ad5", "name": "tempest-VolumesSnapshotTestJSON-1505638161"}, "is_domain": false, "roles": [{"id": "b381d11646e54d1197676600202a6144", "name": "reader"}, {"id": "efe6bdd5112340b48b262ceafbc19c04", "name": "member"}], "catalog": [{"endpoints": [{"id": "abfa66729ad0412da987e4b30449129d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/identity", "region": "RegionOne"}], "id": "0490240d56d342b2a50d12d751254d8d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "775e9981bdfd4c32b853a5a7ce4396b8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:9696/networking", "region": "RegionOne"}], "id": "08527b54fc994606a0aa2185f037197d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2fb8b6dacbef4a429bde47682556ef6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5", "region": "RegionOne"}], "id": "15c4fcaa94814cb2b4366dbc308e3e2b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d67aa037ef1f4b9587480e651ac6f85d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2.1", "region": "RegionOne"}], "id": "2bea28b9432f4cfaaf9d3312ed015958", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "d73e8a41961440d6903228f898d59074", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5", "region": "RegionOne"}], "id": "5dc199dbac524f63863d8023d939dc0a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b3b50dffb8f148b5b771db878fb46b17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/placement", "region": "RegionOne"}], "id": "a07dcccfe4614246bb5a9cbaa7f64715", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8ecd6ea770874ce0bb5005132b1ffc16", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2/7232d6277f26496ab552afa4abe13ad5", "region": "RegionOne"}], "id": "bfc863ccf942426dbd507a6356d0d604", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4ec69de97a004dcea0c105e5f2a251ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:8080/v1/AUTH_7232d6277f26496ab552afa4abe13ad5", "region": "RegionOne"}, {"id": "62d4f667eaa44f32a5b40e8ff89a514e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.57:8080", "region": "RegionOne"}], "id": "c9cb416f214a46ad9571659959580616", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81d5cc6d1b644b0f9fae0968c4704a6c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/image", "region": "RegionOne"}], "id": "fe0412e5a25e44f4a5f55dd77d1611aa", "type": "image", "name": "glance"}]}}' 2022-09-02 09:36:40,404 128294 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'f7abc83e-41de-4b14-a83d-2791ce6d6171', 'name': 'tempest-VolumesSnapshotTestJSON-1899922574-network', 'tenant_id': '7232d6277f26496ab552afa4abe13ad5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7232d6277f26496ab552afa4abe13ad5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 687, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-02T09:36:37Z', 'updated_at': '2022-09-02T09:36:37Z', 'revision_number': 1} available for tenant 2022-09-02 09:36:40,991 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.57/compute/v2.1/servers 0.586s 2022-09-02 09:36:40,991 128294 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-427672659", "imageRef": "5629e487-43fb-4fae-9f63-5bd7dca44758", "flavorRef": "452", "networks": [{"uuid": "f7abc83e-41de-4b14-a83d-2791ce6d6171"}]}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22e9e06c-0500-4279-8091-15241fac9462', 'x-compute-request-id': 'req-22e9e06c-0500-4279-8091-15241fac9462', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/servers'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Fiueg8JjSwZ4"}}' 2022-09-02 09:36:41,076 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.082s 2022-09-02 09:36:41,077 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14a2a848-2ee2-489b-8cf9-f2ce5ba63fc1', 'x-compute-request-id': 'req-14a2a848-2ee2-489b-8cf9-f2ce5ba63fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:41Z", "updated": "2022-09-02T09:36:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:42,192 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.103s 2022-09-02 09:36:42,193 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1222', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca651770-1295-4bf1-a831-ab368f184fab', 'x-compute-request-id': 'req-ca651770-1295-4bf1-a831-ab368f184fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:43,321 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.115s 2022-09-02 09:36:43,322 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a74a90c5-a19e-40ce-8a01-671b28fbfad1', 'x-compute-request-id': 'req-a74a90c5-a19e-40ce-8a01-671b28fbfad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "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": []}}' 2022-09-02 09:36:43,333 128294 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-09-02 09:36:44,440 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.105s 2022-09-02 09:36:44,441 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7e5e897-3b01-4acc-9a7a-f3ebb702a28e', 'x-compute-request-id': 'req-a7e5e897-3b01-4acc-9a7a-f3ebb702a28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "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": []}}' 2022-09-02 09:36:44,452 128294 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-09-02 09:36:45,608 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:36:45,609 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-691574b9-f634-4442-8352-005881a5d30a', 'x-compute-request-id': 'req-691574b9-f634-4442-8352-005881a5d30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:46,774 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:36:46,775 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81bdcb8b-6f6e-41a4-b028-a5c3af99c149', 'x-compute-request-id': 'req-81bdcb8b-6f6e-41a4-b028-a5c3af99c149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:47,945 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:36:47,946 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d430347-a9fa-459a-9d58-8f3a6dfdbd1c', 'x-compute-request-id': 'req-8d430347-a9fa-459a-9d58-8f3a6dfdbd1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:49,209 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.250s 2022-09-02 09:36:49,209 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14c673d8-af54-4987-9e79-0e80ee1e6f0f', 'x-compute-request-id': 'req-14c673d8-af54-4987-9e79-0e80ee1e6f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:50,372 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:36:50,373 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e745209-ad09-4fb2-bf28-502a3407a988', 'x-compute-request-id': 'req-6e745209-ad09-4fb2-bf28-502a3407a988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:51,536 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:36:51,536 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d4f83ef-77c2-4514-b626-0028dee52c7b', 'x-compute-request-id': 'req-9d4f83ef-77c2-4514-b626-0028dee52c7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:53,037 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.489s 2022-09-02 09:36:53,038 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7107d53e-857c-4d8f-af4b-644db36a2989', 'x-compute-request-id': 'req-7107d53e-857c-4d8f-af4b-644db36a2989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:54,202 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:36:54,202 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0cc5605-25f7-4fa2-ac2e-f4bd8fe09f0d', 'x-compute-request-id': 'req-b0cc5605-25f7-4fa2-ac2e-f4bd8fe09f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:55,373 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:36:55,374 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00a402d6-3a05-4d58-a645-f2c2ee3584b9', 'x-compute-request-id': 'req-00a402d6-3a05-4d58-a645-f2c2ee3584b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:56,535 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:36:56,536 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-940572cd-f53e-4aec-9960-21a7a466b3de', 'x-compute-request-id': 'req-940572cd-f53e-4aec-9960-21a7a466b3de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:57,701 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:36:57,701 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3ac6494-c437-43a7-8279-e46f866e133e', 'x-compute-request-id': 'req-b3ac6494-c437-43a7-8279-e46f866e133e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:36:58,865 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:36:58,865 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dcd8e1b-344d-4824-9c78-ffdb1fa7165c', 'x-compute-request-id': 'req-3dcd8e1b-344d-4824-9c78-ffdb1fa7165c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:37:00,027 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:37:00,027 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b57d5849-771e-422a-8c7e-89864d5ce4ed', 'x-compute-request-id': 'req-b57d5849-771e-422a-8c7e-89864d5ce4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "BUILD", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:36:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:37:01,196 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:37:01,196 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:01 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-5a2c4b01-8cb5-4c7b-8556-355e522cd689', 'x-compute-request-id': 'req-5a2c4b01-8cb5-4c7b-8556-355e522cd689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:37:00Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:37:01,209 128294 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2022-09-02 09:37:01,230 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/image/v2/images/5629e487-43fb-4fae-9f63-5bd7dca44758 0.020s 2022-09-02 09:37:01,231 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c1be0e17-7d47-4f90-ab98-267f8c7434f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/5629e487-43fb-4fae-9f63-5bd7dca44758'} 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": "ae5820815add48cd913951058cc9251c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "created_at": "2022-09-02T09:25:46Z", "updated_at": "2022-09-02T09:26:04Z", "tags": [], "self": "/v2/images/5629e487-43fb-4fae-9f63-5bd7dca44758", "file": "/v2/images/5629e487-43fb-4fae-9f63-5bd7dca44758/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:37:01,886 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes 0.655s 2022-09-02 09:37:01,887 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "5629e487-43fb-4fae-9f63-5bd7dca44758", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a91d880-1216-4163-8adf-c3ee96b2972f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a91d880-1216-4163-8adf-c3ee96b2972f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:01.593813", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-02 09:37:01,938 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.041s 2022-09-02 09:37:01,938 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed41f3be-1204-40b3-a68e-58e39c7ecfc4', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed41f3be-1204-40b3-a68e-58e39c7ecfc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:03,008 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.058s 2022-09-02 09:37:03,008 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f686ee00-2836-48b7-943b-e4fef4ce214b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f686ee00-2836-48b7-943b-e4fef4ce214b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:04,061 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.041s 2022-09-02 09:37:04,061 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1747895a-37a4-4aab-b463-ab17daa50b2c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1747895a-37a4-4aab-b463-ab17daa50b2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:05,118 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:37:05,119 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ddd3b5-0909-44d4-b317-2c1bd6d89c60', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ddd3b5-0909-44d4-b317-2c1bd6d89c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:06,169 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.038s 2022-09-02 09:37:06,169 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8373c8d4-6bc9-4307-aa7c-a146bc7d00b4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8373c8d4-6bc9-4307-aa7c-a146bc7d00b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:07,220 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.039s 2022-09-02 09:37:07,221 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d37df9cb-ef40-4bab-b07f-06572b652c15', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37df9cb-ef40-4bab-b07f-06572b652c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:08,274 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:37:08,274 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbb7a147-44f6-4317-9bb4-c09d8d941624', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbb7a147-44f6-4317-9bb4-c09d8d941624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:09,329 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:37:09,330 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d70e1f-a8d1-4042-874c-92fc86387f6e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d70e1f-a8d1-4042-874c-92fc86387f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:10,381 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.040s 2022-09-02 09:37:10,381 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0c42d12-89f2-4387-b110-e819edf45811', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0c42d12-89f2-4387-b110-e819edf45811', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:11,432 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.039s 2022-09-02 09:37:11,433 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c40143ac-3682-41e3-867f-ec7d70c0dc87', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c40143ac-3682-41e3-867f-ec7d70c0dc87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:12,482 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.038s 2022-09-02 09:37:12,483 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdef23ff-a25a-44ce-a40b-8b897dc5d683', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdef23ff-a25a-44ce-a40b-8b897dc5d683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:13,533 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.039s 2022-09-02 09:37:13,534 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d9b723-907b-4ea5-bddd-5be54f5771e5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d9b723-907b-4ea5-bddd-5be54f5771e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:14,584 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.039s 2022-09-02 09:37:14,585 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f953d83d-ffef-450e-8c3d-08c06b683836', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f953d83d-ffef-450e-8c3d-08c06b683836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:15,642 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:37:15,643 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec6a3ead-783f-460a-8ece-4fdd371bbc26', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec6a3ead-783f-460a-8ece-4fdd371bbc26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:16,694 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.040s 2022-09-02 09:37:16,695 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a66db1-1339-4956-b5e0-48dc57f53a3f', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a66db1-1339-4956-b5e0-48dc57f53a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:17,748 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.041s 2022-09-02 09:37:17,748 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fedd538-9224-4261-b782-04adda1347e6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fedd538-9224-4261-b782-04adda1347e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:18,798 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.038s 2022-09-02 09:37:18,798 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4abe4e29-a90d-4056-bc3c-98482339b1d7', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4abe4e29-a90d-4056-bc3c-98482339b1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:19,849 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.039s 2022-09-02 09:37:19,850 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b2bb79c-a372-40bd-b730-3946e0e4384a', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b2bb79c-a372-40bd-b730-3946e0e4384a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:20,901 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.040s 2022-09-02 09:37:20,902 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a45077-6113-4bd4-976b-9ea093727ecb', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a45077-6113-4bd4-976b-9ea093727ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:21,953 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.040s 2022-09-02 09:37:21,953 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d82da6a-76a9-4ad4-bfc8-fd6531e07d26', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d82da6a-76a9-4ad4-bfc8-fd6531e07d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:23,007 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:37:23,007 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a79e9634-149f-4d06-a15e-b323503b6570', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a79e9634-149f-4d06-a15e-b323503b6570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:24,062 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:37:24,062 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3093b352-a7c3-4139-ac92-a5b14a9ece7e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3093b352-a7c3-4139-ac92-a5b14a9ece7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:25,117 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:37:25,117 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189d604c-52b5-4b57-a9dc-c70de8144c1d', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189d604c-52b5-4b57-a9dc-c70de8144c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:25,127 128294 INFO [tempest.common.waiters] volume bb57c32f-94b5-417f-bfad-902604e338b4 reached available after waiting for 24.127887 seconds 2022-09-02 09:37:26,069 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b/os-volume_attachments 0.940s 2022-09-02 09:37:26,069 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "bb57c32f-94b5-417f-bfad-902604e338b4", "device": "/dev/sdb"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:25 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-c43005d0-c4de-423c-b2ea-c9b8ece27feb', 'x-compute-request-id': 'req-c43005d0-c4de-423c-b2ea-c9b8ece27feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "serverId": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "volumeId": "bb57c32f-94b5-417f-bfad-902604e338b4", "device": "/dev/sdb"}}' 2022-09-02 09:37:26,119 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:37:26,120 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c09f6e-319c-4bea-afa4-bda0312e2289', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c09f6e-319c-4bea-afa4-bda0312e2289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:26.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:27,178 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:37:27,178 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7931306-0871-41fb-b230-93dbdbea43bc', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7931306-0871-41fb-b230-93dbdbea43bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:28,234 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:37:28,235 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f038d40f-c3ab-467c-b926-e0a775247905', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f038d40f-c3ab-467c-b926-e0a775247905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:29,293 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:37:29,294 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37bfed8b-11f1-4ac1-8257-15094b6b1b1d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37bfed8b-11f1-4ac1-8257-15094b6b1b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:30,349 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:37:30,349 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c584e61c-0b4c-4fee-97a3-0756eb7b85b0', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c584e61c-0b4c-4fee-97a3-0756eb7b85b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:31,406 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:37:31,407 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2367a42c-c109-48cd-b7bc-fb1534739810', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2367a42c-c109-48cd-b7bc-fb1534739810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:32,654 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.236s 2022-09-02 09:37:32,654 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f0c017-332d-4180-90d7-57d148178b60', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f0c017-332d-4180-90d7-57d148178b60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:33,739 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.073s 2022-09-02 09:37:33,739 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2498b983-4c4c-4b8a-8311-8b47ffbb84e0', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2498b983-4c4c-4b8a-8311-8b47ffbb84e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:34,881 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.118s 2022-09-02 09:37:34,881 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c108c210-95df-4b36-a1a6-3e4483b7753a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c108c210-95df-4b36-a1a6-3e4483b7753a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:35,956 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.061s 2022-09-02 09:37:35,956 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4cb5af3-6221-4095-90fe-6f584e60a534', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4cb5af3-6221-4095-90fe-6f584e60a534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:37,033 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.064s 2022-09-02 09:37:37,033 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d1baaa-725f-4d21-9afa-0d8300054880', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d1baaa-725f-4d21-9afa-0d8300054880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:38,116 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.072s 2022-09-02 09:37:38,117 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0974a5-d91d-4a00-b837-4fc472059a28', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0974a5-d91d-4a00-b837-4fc472059a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:39,210 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.081s 2022-09-02 09:37:39,211 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cab8f1b-b45b-401d-a2d5-761690fa66ee', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cab8f1b-b45b-401d-a2d5-761690fa66ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:40,276 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.052s 2022-09-02 09:37:40,276 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e736772-9cac-4a24-a59b-c40cc009f69e', 'content-length': '1655', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e736772-9cac-4a24-a59b-c40cc009f69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:37:40.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:37:40,287 128294 INFO [tempest.common.waiters] volume bb57c32f-94b5-417f-bfad-902604e338b4 reached in-use after waiting for 14.287639 seconds 2022-09-02 09:37:40,369 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots 0.081s 2022-09-02 09:37:40,369 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1019915112"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:40 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-79a1c0e1-58e3-4a42-80e9-4c93178a5334', 'x-openstack-request-id': 'req-79a1c0e1-58e3-4a42-80e9-4c93178a5334', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume bb57c32f-94b5-417f-bfad-902604e338b4 status must be available, but current status is: in-use."}}' 2022-09-02 09:37:40,842 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots 0.473s 2022-09-02 09:37:40,843 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166"}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-983bf5e3-6054-4048-b39f-2e9f73e55c42', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-983bf5e3-6054-4048-b39f-2e9f73e55c42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:40.641062", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}}}' 2022-09-02 09:37:40,874 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.027s 2022-09-02 09:37:40,874 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92931936-e9ec-4eba-a5a4-79eb61f2f83c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92931936-e9ec-4eba-a5a4-79eb61f2f83c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:41,911 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.032s 2022-09-02 09:37:41,911 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d58e8179-02dc-4748-a85e-31dc4c8a74df', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d58e8179-02dc-4748-a85e-31dc4c8a74df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:42,944 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.027s 2022-09-02 09:37:42,944 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-095e59b3-d9e5-422b-aa3a-eeed45f815fb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-095e59b3-d9e5-422b-aa3a-eeed45f815fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:43,976 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.027s 2022-09-02 09:37:43,977 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841a646b-bb4b-4c4c-ab78-f3c9bf438a6f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841a646b-bb4b-4c4c-ab78-f3c9bf438a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:45,007 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.025s 2022-09-02 09:37:45,008 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d55e9af-9948-4565-8af9-7dcacc671e1b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d55e9af-9948-4565-8af9-7dcacc671e1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:46,040 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.027s 2022-09-02 09:37:46,041 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e59e63-6e17-42a2-9f6b-58bc4f85ec53', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e59e63-6e17-42a2-9f6b-58bc4f85ec53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:47,069 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:37:47,069 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2acb5c-a75e-4417-aad2-8a89bef62da5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2acb5c-a75e-4417-aad2-8a89bef62da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:48,099 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.024s 2022-09-02 09:37:48,099 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8dd08a6-0072-415f-bb9c-58cc8520fac1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8dd08a6-0072-415f-bb9c-58cc8520fac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:49,126 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:37:49,126 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174813d8-b50c-4e5e-95e3-2730d8311b87', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174813d8-b50c-4e5e-95e3-2730d8311b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:50,153 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:37:50,154 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b042b1-6f34-491e-9f72-431d254f28ff', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b042b1-6f34-491e-9f72-431d254f28ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:51,180 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:37:51,180 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54177060-1bf2-41d7-b8f3-e8b4b501d052', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54177060-1bf2-41d7-b8f3-e8b4b501d052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:52,207 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:37:52,208 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8455a6de-e29c-4e91-bd23-d4067532548b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8455a6de-e29c-4e91-bd23-d4067532548b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:53,235 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:37:53,236 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8970168a-65a9-4895-8cc6-09f02bccff81', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8970168a-65a9-4895-8cc6-09f02bccff81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:54,264 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:37:54,264 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90f53e5f-5800-4dfb-9786-f608e0986c7c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90f53e5f-5800-4dfb-9786-f608e0986c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:55,291 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:37:55,291 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc18e21-6b6b-4799-abe3-11b608d4d8f0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc18e21-6b6b-4799-abe3-11b608d4d8f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:56,319 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:37:56,319 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce595cb-e722-45f2-ad27-50bbd87e64e1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce595cb-e722-45f2-ad27-50bbd87e64e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:57,346 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:37:57,346 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528e4aba-bcaf-447a-97fc-6b0474bbd2b8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528e4aba-bcaf-447a-97fc-6b0474bbd2b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:58,372 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:37:58,373 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-179c4088-5b09-481c-9347-dd46d70b37d2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-179c4088-5b09-481c-9347-dd46d70b37d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:37:59,400 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:37:59,401 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6fcfe5c-3372-4c8d-9ea7-b7e03893a9b0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6fcfe5c-3372-4c8d-9ea7-b7e03893a9b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:00,428 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:00,428 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0555623-0783-44e5-a74a-7b05e0a9e1cb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0555623-0783-44e5-a74a-7b05e0a9e1cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:01,457 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.024s 2022-09-02 09:38:01,458 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24356bfb-3303-45f5-b413-0ea85144ce17', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24356bfb-3303-45f5-b413-0ea85144ce17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:02,485 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:02,486 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78d9d88-5145-4528-ac14-1fd9acfabbad', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78d9d88-5145-4528-ac14-1fd9acfabbad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:03,513 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:03,513 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522554ca-643a-45fb-b93e-7153aa1cbb5f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522554ca-643a-45fb-b93e-7153aa1cbb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:04,541 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:04,541 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5bbdb4a-8cbe-4b43-b0f6-e190fcbc5cb7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5bbdb4a-8cbe-4b43-b0f6-e190fcbc5cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:05,568 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:05,568 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fe9fa22-9cf9-45b6-b87d-a909b2ff07a5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fe9fa22-9cf9-45b6-b87d-a909b2ff07a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:06,595 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:06,595 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d97eb8-83cd-4daa-a2f8-7dace0dd5420', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d97eb8-83cd-4daa-a2f8-7dace0dd5420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:07,622 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:07,622 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c18a9dfa-c239-4049-a777-1d3dbfe10c71', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c18a9dfa-c239-4049-a777-1d3dbfe10c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:08,649 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:08,650 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46305a50-701f-420c-b3de-db6f28818eba', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46305a50-701f-420c-b3de-db6f28818eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:09,677 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:09,678 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ffbc0a-f8ff-4be6-ad4a-2393e2ac9b8d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ffbc0a-f8ff-4be6-ad4a-2393e2ac9b8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:10,705 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:10,705 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd227d9b-6956-4b27-8868-a097eeaf39c4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd227d9b-6956-4b27-8868-a097eeaf39c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:11,732 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:11,738 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9b5dda2-46cf-44a7-85a4-356915bfa14c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9b5dda2-46cf-44a7-85a4-356915bfa14c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:12,767 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.024s 2022-09-02 09:38:12,767 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08a7a758-e7ca-4bab-af9f-3900a1d0bdcc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08a7a758-e7ca-4bab-af9f-3900a1d0bdcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:13,793 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:38:13,793 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a10bb0f3-f131-4e34-82ba-96614128ab96', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a10bb0f3-f131-4e34-82ba-96614128ab96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:14,821 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:14,821 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1f65752-bf49-45cc-b4b5-231d1fb2aa3a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1f65752-bf49-45cc-b4b5-231d1fb2aa3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:15,849 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:15,849 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477b9990-0c6e-4fd4-bf67-c997d0c886cf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477b9990-0c6e-4fd4-bf67-c997d0c886cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:16,877 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:16,877 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5732e490-2b00-4475-a90f-33ac549ad3a8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5732e490-2b00-4475-a90f-33ac549ad3a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:17,904 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:17,905 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df5cf5de-bad0-44f6-a277-892cb7457cb5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df5cf5de-bad0-44f6-a277-892cb7457cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:18,931 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:18,931 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb3b0032-8124-46ec-b6e5-ca9ccd1e6030', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb3b0032-8124-46ec-b6e5-ca9ccd1e6030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:19,958 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:19,959 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9050a50b-6371-436e-9cb1-34818ba1e387', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9050a50b-6371-436e-9cb1-34818ba1e387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:20,986 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:20,986 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db54fdc1-ccaf-46a7-8ada-ef11f31ef9ef', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db54fdc1-ccaf-46a7-8ada-ef11f31ef9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:22,013 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:22,014 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd97e6a-1a1c-48f0-a0a1-55f4305a9f61', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd97e6a-1a1c-48f0-a0a1-55f4305a9f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:23,042 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.024s 2022-09-02 09:38:23,043 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85604db9-551f-4902-99c3-4e79fe8eebee', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85604db9-551f-4902-99c3-4e79fe8eebee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:24,070 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:24,071 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ca6f9c4-6d91-49a6-9de1-caae0f290165', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ca6f9c4-6d91-49a6-9de1-caae0f290165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:25,098 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:25,099 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce3570f-bf5b-4969-8932-2df7ab61ca88', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce3570f-bf5b-4969-8932-2df7ab61ca88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:26,125 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:38:26,125 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e34adab-afb4-449e-859b-01602081e2be', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e34adab-afb4-449e-859b-01602081e2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:27,152 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:27,153 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24080c0f-be8b-41c1-852e-61e2ccf2e04a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24080c0f-be8b-41c1-852e-61e2ccf2e04a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:28,179 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:28,180 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8d2216-bd59-402b-bf2b-5de01715fe95', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8d2216-bd59-402b-bf2b-5de01715fe95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:29,207 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:29,207 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcaba872-eadf-4fb5-8683-62315083d601', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcaba872-eadf-4fb5-8683-62315083d601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:30,233 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:30,234 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a82e87-1c52-431b-a1c1-8b050b8e9cb0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a82e87-1c52-431b-a1c1-8b050b8e9cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:31,260 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:31,261 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7821284-bc5d-4f07-8abf-52f80ecf103e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7821284-bc5d-4f07-8abf-52f80ecf103e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:32,288 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:32,288 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d853f542-324e-4b91-b0be-51ae8f1d1664', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d853f542-324e-4b91-b0be-51ae8f1d1664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:33,314 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:33,315 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b253642-b6d8-41b0-87cd-05f6d85230b1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b253642-b6d8-41b0-87cd-05f6d85230b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:34,343 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:34,344 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07135f3-290f-4527-837d-393880a92c45', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07135f3-290f-4527-837d-393880a92c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:35,370 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:38:35,371 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-932a0a95-c523-4d22-ba6c-900f75d50382', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-932a0a95-c523-4d22-ba6c-900f75d50382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:36,397 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:36,398 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1127a5c9-20ec-461e-a04c-2bdf1faff8aa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1127a5c9-20ec-461e-a04c-2bdf1faff8aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:37,424 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:37,425 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b661b5-67fa-4f18-86ae-77ea14a4419b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b661b5-67fa-4f18-86ae-77ea14a4419b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:38,452 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:38,452 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b10482dd-1301-497a-a381-ae508fbee83a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b10482dd-1301-497a-a381-ae508fbee83a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:39,480 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:39,481 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6aadc3-cb07-407f-b4b9-9eff4acf5762', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6aadc3-cb07-407f-b4b9-9eff4acf5762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:40,509 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:40,509 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4046b32a-86dc-4305-9fcd-80f97a7a3240', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4046b32a-86dc-4305-9fcd-80f97a7a3240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:41,539 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.024s 2022-09-02 09:38:41,539 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0143735d-46fc-4548-ac38-98ef7ce31c67', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0143735d-46fc-4548-ac38-98ef7ce31c67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:42,567 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:42,567 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f56255-5b47-4ff9-bec4-b3956122215a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f56255-5b47-4ff9-bec4-b3956122215a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:43,593 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:38:43,594 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d090b4-479c-48a2-9740-b7ffb5bc8863', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d090b4-479c-48a2-9740-b7ffb5bc8863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:44,620 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:38:44,620 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1bae55-d697-4799-a460-2491a14cee43', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1bae55-d697-4799-a460-2491a14cee43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:45,647 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:45,648 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a842903-665a-4319-be3f-8678dea82189', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a842903-665a-4319-be3f-8678dea82189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:46,675 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:46,675 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a62ed8c1-a36b-4f4c-9093-f7f4af0914ce', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a62ed8c1-a36b-4f4c-9093-f7f4af0914ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:47,702 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:47,703 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c92e68c-073f-48be-9d87-b311621af4dc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c92e68c-073f-48be-9d87-b311621af4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:48,731 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:48,731 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdcef4ae-053c-464f-9242-c072432dd7ec', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdcef4ae-053c-464f-9242-c072432dd7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:49,759 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:49,759 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302ae9b4-0f4c-4542-8c8e-c5f66967a701', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302ae9b4-0f4c-4542-8c8e-c5f66967a701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:50,786 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:50,786 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8a7605d-03d0-4c57-a481-d7d10daea5db', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8a7605d-03d0-4c57-a481-d7d10daea5db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:51,871 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.023s 2022-09-02 09:38:51,871 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4c483e4-d50e-4b50-832d-a81df9000193', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4c483e4-d50e-4b50-832d-a81df9000193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:52,898 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:52,898 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28e76f0-1a0d-4373-ab5d-80dd792c495f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28e76f0-1a0d-4373-ab5d-80dd792c495f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:53,925 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:53,925 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267035c6-b0ec-48c1-8fc8-5b4373a57b4a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267035c6-b0ec-48c1-8fc8-5b4373a57b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:54,952 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:54,953 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef10490-0897-43b3-ad90-18c4c6d9abae', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef10490-0897-43b3-ad90-18c4c6d9abae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:55,979 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:55,980 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd6e5569-3bad-453f-87e5-4ae76acfbe1c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd6e5569-3bad-453f-87e5-4ae76acfbe1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:57,006 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:38:57,006 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef2724d-3ddf-43ec-9370-e014163ba0d9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef2724d-3ddf-43ec-9370-e014163ba0d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:58,032 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:38:58,032 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c290bbb-f1b8-42ca-9313-89cd7741a657', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c290bbb-f1b8-42ca-9313-89cd7741a657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:38:59,059 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:38:59,060 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-322f8b56-aa00-480b-9d30-6dfcae2dc5d5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-322f8b56-aa00-480b-9d30-6dfcae2dc5d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:00,086 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:39:00,086 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fbdca92-15c4-43e5-8949-8e8b57665156', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fbdca92-15c4-43e5-8949-8e8b57665156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:01,113 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.021s 2022-09-02 09:39:01,114 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afbf2a8-00e3-4653-a83a-6e26f6b0e6ef', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2afbf2a8-00e3-4653-a83a-6e26f6b0e6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:02,139 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.020s 2022-09-02 09:39:02,139 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-282e6749-2c8a-4b9b-9fa3-e6a2196d00d9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-282e6749-2c8a-4b9b-9fa3-e6a2196d00d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:03,166 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.022s 2022-09-02 09:39:03,167 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-460dcf42-6645-4001-8d23-4dd6d442bb23', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-460dcf42-6645-4001-8d23-4dd6d442bb23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:04,218 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.046s 2022-09-02 09:39:04,218 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e4d163-268b-4905-b393-b052107bf2cf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e4d163-268b-4905-b393-b052107bf2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:05,272 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.046s 2022-09-02 09:39:05,273 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5631d748-7b43-4271-ac2d-f64ae6760697', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5631d748-7b43-4271-ac2d-f64ae6760697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:06,330 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.052s 2022-09-02 09:39:06,330 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ddea68-44d2-49b6-9c8d-e7b0a5845765', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ddea68-44d2-49b6-9c8d-e7b0a5845765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:07,385 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.050s 2022-09-02 09:39:07,385 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4a7624f-7d13-4184-81b2-a67a8baa2404', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4a7624f-7d13-4184-81b2-a67a8baa2404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:08,444 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.053s 2022-09-02 09:39:08,444 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1197bdbc-cd43-406b-8398-a9c00ea986b9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1197bdbc-cd43-406b-8398-a9c00ea986b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:09,505 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.055s 2022-09-02 09:39:09,505 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b43d881-16ac-41e5-8153-0b1c2eeb15df', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b43d881-16ac-41e5-8153-0b1c2eeb15df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:10,562 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.052s 2022-09-02 09:39:10,562 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d50b6097-4764-49ec-a401-19ad3450c0fb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d50b6097-4764-49ec-a401-19ad3450c0fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:11,620 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.053s 2022-09-02 09:39:11,620 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46c93029-aa98-43b5-8583-c6e99055cbfd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46c93029-aa98-43b5-8583-c6e99055cbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:12,675 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.050s 2022-09-02 09:39:12,675 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a514d185-38fe-4318-82a3-6cac6a07d23b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a514d185-38fe-4318-82a3-6cac6a07d23b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:13,730 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.050s 2022-09-02 09:39:13,740 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c54ee3-b28d-48bb-859f-3a4642d86b67', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c54ee3-b28d-48bb-859f-3a4642d86b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:39:14,808 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 0.063s 2022-09-02 09:39:14,809 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc9dd563-512b-4049-921a-e9a78a900248', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9dd563-512b-4049-921a-e9a78a900248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:40:15,875 128294 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 2022-09-02 09:40:43,533 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 87.719s 2022-09-02 09:40:43,534 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-966c9fb0-3222-4dc9-bfbf-28695e30f887', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-966c9fb0-3222-4dc9-bfbf-28695e30f887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:41:15,096 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 30.557s 2022-09-02 09:41:15,098 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aef75c7-08ec-4694-9a3e-0b8aa590cc11', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aef75c7-08ec-4694-9a3e-0b8aa590cc11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:42:16,163 128294 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 2022-09-02 09:42:44,211 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 88.107s 2022-09-02 09:42:44,211 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-922bbe8b-e990-4d08-ba44-d986fd095547', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-922bbe8b-e990-4d08-ba44-d986fd095547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:43:15,300 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 30.084s 2022-09-02 09:43:15,300 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-077a0b61-5a36-4473-a3a4-09504a4f1167', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-077a0b61-5a36-4473-a3a4-09504a4f1167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:44:16,365 128294 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.57', port=80): Read timed out. (read timeout=60)")': /volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 2022-09-02 09:44:44,615 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1 88.310s 2022-09-02 09:44:44,615 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fb99621-0c40-4b85-b329-b0806584ce4a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fb99621-0c40-4b85-b329-b0806584ce4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/snapshots/622565f9-602f-4516-8019-b314ff170cc1'} Body: b'{"snapshot": {"id": "622565f9-602f-4516-8019-b314ff170cc1", "created_at": "2022-09-02T09:37:41.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-378377166", "description": null, "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "7232d6277f26496ab552afa4abe13ad5", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-02 09:45:44,678 128294 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b/os-volume_attachments/bb57c32f-94b5-417f-bfad-902604e338b4 2022-09-02 09:46:44,739 128294 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b/os-volume_attachments/bb57c32f-94b5-417f-bfad-902604e338b4 2022-09-02 09:47:44,799 128294 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b/os-volume_attachments/bb57c32f-94b5-417f-bfad-902604e338b4 2022-09-02 09:48:44,859 128294 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b/os-volume_attachments/bb57c32f-94b5-417f-bfad-902604e338b4 2022-09-02 09:49:16,361 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 400 DELETE http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b/os-volume_attachments/bb57c32f-94b5-417f-bfad-902604e338b4 271.741s 2022-09-02 09:49:16,362 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:48:44 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-b22d1cb3-38af-4027-b1a6-bc28ffd76852', 'x-compute-request-id': 'req-b22d1cb3-38af-4027-b1a6-bc28ffd76852', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b/os-volume_attachments/bb57c32f-94b5-417f-bfad-902604e338b4'} 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-1ea07643-7eb1-496d-8510-38a10425238d)"}}' 2022-09-02 09:49:16,415 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.051s 2022-09-02 09:49:16,415 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fac2259-499e-46fc-a3f2-ca917ff56a7d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fac2259-499e-46fc-a3f2-ca917ff56a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:17,473 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:49:17,474 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ea0c28d-6b7a-4373-9f65-2a9921a96a9d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea0c28d-6b7a-4373-9f65-2a9921a96a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:18,531 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:49:18,532 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b08fdd-e108-4998-98cd-197dd14b57b2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b08fdd-e108-4998-98cd-197dd14b57b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:19,588 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:19,589 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c349d67-7714-41c5-befe-7ab37129c830', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c349d67-7714-41c5-befe-7ab37129c830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:20,646 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:20,647 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfda01b3-08b0-42c7-8938-910ec5add1b1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfda01b3-08b0-42c7-8938-910ec5add1b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:21,704 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:21,704 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c443807-7d80-4347-a083-8545f64a5000', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c443807-7d80-4347-a083-8545f64a5000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:22,761 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:22,761 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b47c81-e0c0-46e8-bb52-71a52fb0422e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b47c81-e0c0-46e8-bb52-71a52fb0422e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:23,818 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:23,819 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195e5d98-bd51-4915-be4f-a71307e2de95', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195e5d98-bd51-4915-be4f-a71307e2de95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:24,877 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:49:24,882 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e6c7df5-bf9e-440d-ab26-1b0b857bdfd0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e6c7df5-bf9e-440d-ab26-1b0b857bdfd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:25,937 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:25,938 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c52b872c-aad2-4a8b-82c1-c425ba38812d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c52b872c-aad2-4a8b-82c1-c425ba38812d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:26,993 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:26,994 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f140cb5-3403-47fd-9baa-7722276ced0f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f140cb5-3403-47fd-9baa-7722276ced0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:28,057 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.051s 2022-09-02 09:49:28,058 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced762f2-ee4d-4a88-b5a4-717f3bb19d5d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced762f2-ee4d-4a88-b5a4-717f3bb19d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:29,115 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:29,116 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bcb7a71-e3f0-49d4-b806-9980592b9188', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bcb7a71-e3f0-49d4-b806-9980592b9188', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:30,172 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:30,172 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5723380a-031a-463f-96a7-1624602f82b1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5723380a-031a-463f-96a7-1624602f82b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:31,229 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:31,229 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a51b195-e4db-4d73-b278-fdac798220f4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a51b195-e4db-4d73-b278-fdac798220f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:32,287 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:32,292 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-909f3a47-2cb5-4bd4-81d2-425013d44fa3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-909f3a47-2cb5-4bd4-81d2-425013d44fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:33,349 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:49:33,349 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650307a8-45b7-4923-9c94-7122f6688482', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650307a8-45b7-4923-9c94-7122f6688482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:34,407 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:49:34,407 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b048a5-7b58-42ee-8fd9-bb36c79139c7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b048a5-7b58-42ee-8fd9-bb36c79139c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:35,463 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:35,464 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-609fab21-5e4e-44f4-ac10-f7882280c3f4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-609fab21-5e4e-44f4-ac10-f7882280c3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:36,521 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:36,521 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11ba660b-9613-4720-b2dc-e86c48062be2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11ba660b-9613-4720-b2dc-e86c48062be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:37,580 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.048s 2022-09-02 09:49:37,581 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0489de9b-72d1-46da-81ac-17cca4c96e0d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0489de9b-72d1-46da-81ac-17cca4c96e0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:38,637 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:38,637 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c77bec-507e-4f2a-8c35-0e9b1e1f4ab3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c77bec-507e-4f2a-8c35-0e9b1e1f4ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:39,696 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:39,696 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93284bce-2a1d-4ee3-8b2a-3ba5c8ee03c1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93284bce-2a1d-4ee3-8b2a-3ba5c8ee03c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:40,753 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:40,758 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41bb687-ff74-4a8b-9540-2fe01551851b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41bb687-ff74-4a8b-9540-2fe01551851b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:41,814 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:41,814 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c76eaf0-3e06-4295-a1ee-c62ff635faf5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c76eaf0-3e06-4295-a1ee-c62ff635faf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:42,873 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:49:42,874 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d72338e1-3280-406b-823b-eb9e4c34940d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d72338e1-3280-406b-823b-eb9e4c34940d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:43,931 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:43,931 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b503e963-49e1-4ac2-8d58-473f5002f035', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b503e963-49e1-4ac2-8d58-473f5002f035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:44,989 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:49:44,989 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f89969d0-dd22-4d6d-8ec8-c1873c0ac001', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f89969d0-dd22-4d6d-8ec8-c1873c0ac001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:46,045 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:46,046 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67703b2f-fa27-44dc-b281-7cfdd7ec4e03', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67703b2f-fa27-44dc-b281-7cfdd7ec4e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:47,103 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:47,103 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69263b55-692b-48c6-99d4-b7ca0c9e1e02', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69263b55-692b-48c6-99d4-b7ca0c9e1e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:48,158 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:49:48,159 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b3c2ea-37ef-4f2a-8ffe-7b8dd6305d5b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b3c2ea-37ef-4f2a-8ffe-7b8dd6305d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:49,219 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.049s 2022-09-02 09:49:49,220 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6556a782-c09d-4ff1-8e15-06e093be5f64', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6556a782-c09d-4ff1-8e15-06e093be5f64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:50,276 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:50,277 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2608f92-8bb3-470d-b636-263e6d72e09a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2608f92-8bb3-470d-b636-263e6d72e09a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:51,333 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:51,334 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd933f3-ffa5-4576-9c23-01c282c87548', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd933f3-ffa5-4576-9c23-01c282c87548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:52,392 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:49:52,393 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9fc210b-197d-4235-8b61-cd2e1cbdba6a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9fc210b-197d-4235-8b61-cd2e1cbdba6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:53,455 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.050s 2022-09-02 09:49:53,456 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef5bbad5-a017-4175-8420-19892ab4e135', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef5bbad5-a017-4175-8420-19892ab4e135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:54,513 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:54,513 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3cb7ca8-ae4f-4b7b-a3e0-ccf311ef5e67', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3cb7ca8-ae4f-4b7b-a3e0-ccf311ef5e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:55,570 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:49:55,571 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30fc5de6-790a-4cbb-9b0c-839ee21b3e20', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30fc5de6-790a-4cbb-9b0c-839ee21b3e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:56,627 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:56,627 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e75efc-c400-4c1c-b2b5-bef3e03a875f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e75efc-c400-4c1c-b2b5-bef3e03a875f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:57,685 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:49:57,685 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-289f83b4-a275-4b44-a646-eba86db6db91', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-289f83b4-a275-4b44-a646-eba86db6db91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:58,744 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:49:58,744 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71176fc6-3ae8-4f3a-bff8-3769af86f8c4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71176fc6-3ae8-4f3a-bff8-3769af86f8c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:49:59,800 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:49:59,800 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b803c3f6-96cb-4efa-aa5e-e3fbbaa036ef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b803c3f6-96cb-4efa-aa5e-e3fbbaa036ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:00,856 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:00,857 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33ae972f-0b87-49db-b412-090b72764ec4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33ae972f-0b87-49db-b412-090b72764ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:01,914 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:01,915 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37eebcbf-819c-4661-a5f2-059e5f0588f8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37eebcbf-819c-4661-a5f2-059e5f0588f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:02,971 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:02,971 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67e3b7f-6a77-4ace-be41-af2dcb6c861c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67e3b7f-6a77-4ace-be41-af2dcb6c861c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:04,027 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:04,027 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0522c6bc-fab9-4034-97d4-a06fe1e1c363', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0522c6bc-fab9-4034-97d4-a06fe1e1c363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:05,084 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:05,085 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e29516c-4b5f-40f7-a868-f91fbbcd93c3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e29516c-4b5f-40f7-a868-f91fbbcd93c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:06,141 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:06,141 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-693e35a0-92e3-4ece-98bc-6513fa3893b9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-693e35a0-92e3-4ece-98bc-6513fa3893b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:07,198 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:07,198 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b83fbf-8748-4426-aa2c-df8a45630266', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b83fbf-8748-4426-aa2c-df8a45630266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:08,255 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:08,255 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef9b3c4-4d4b-4d75-b738-29edf6dccb98', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef9b3c4-4d4b-4d75-b738-29edf6dccb98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:09,312 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:09,312 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45f3d999-c4ac-45f0-b6bf-b23ecd65c55f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45f3d999-c4ac-45f0-b6bf-b23ecd65c55f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:10,369 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:10,370 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a85081-fe5b-4430-a221-9dd507840b76', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a85081-fe5b-4430-a221-9dd507840b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:11,426 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:11,426 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-932c0552-adc0-4506-9cc0-cbcdc8cc0841', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-932c0552-adc0-4506-9cc0-cbcdc8cc0841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:12,485 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:50:12,485 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35896bd5-9498-47e0-8b1d-675636dc3c4e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35896bd5-9498-47e0-8b1d-675636dc3c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:13,542 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:13,543 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc5a78f-7541-4252-b71c-e5f890eb663b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc5a78f-7541-4252-b71c-e5f890eb663b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:14,600 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:14,600 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9d308c-6826-43a8-a9cb-143442b18821', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9d308c-6826-43a8-a9cb-143442b18821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:15,658 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:50:15,658 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804c3f3f-5fc7-4ed7-bcc8-aaeee6be3374', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804c3f3f-5fc7-4ed7-bcc8-aaeee6be3374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:16,718 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:50:16,718 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4f08951-b737-4bf1-991f-ddbdef77e612', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4f08951-b737-4bf1-991f-ddbdef77e612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:17,786 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.056s 2022-09-02 09:50:17,786 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f9554e-1f68-486c-902e-7ae21e8b2823', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f9554e-1f68-486c-902e-7ae21e8b2823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:18,844 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:18,844 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71dc889b-0f41-4dfe-ac2c-b6a678f6edfc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71dc889b-0f41-4dfe-ac2c-b6a678f6edfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:19,903 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:50:19,904 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ac751e-6c92-4fb8-8d92-cc5aa16f69a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ac751e-6c92-4fb8-8d92-cc5aa16f69a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:20,964 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.048s 2022-09-02 09:50:20,964 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce0a94a-3b20-4fbf-a8d3-e84d0ae42d3f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce0a94a-3b20-4fbf-a8d3-e84d0ae42d3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:22,024 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:50:22,024 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63530008-2a44-4e5b-9613-8d855ec3ac9d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63530008-2a44-4e5b-9613-8d855ec3ac9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:23,085 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:50:23,086 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74f8bb73-363a-48da-8889-b906d716fad5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74f8bb73-363a-48da-8889-b906d716fad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:24,144 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:24,144 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a9d680b-043d-471e-b156-0b27879fae57', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a9d680b-043d-471e-b156-0b27879fae57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:25,211 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.048s 2022-09-02 09:50:25,212 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c37b5a15-dfde-486c-b1b5-f97efc2a4ed8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c37b5a15-dfde-486c-b1b5-f97efc2a4ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:26,275 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:26,275 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78fca40e-13d4-4036-984f-fe935f77bc56', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78fca40e-13d4-4036-984f-fe935f77bc56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:27,331 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:27,332 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e128ec16-8dad-4a4a-bd64-54a00be05f86', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e128ec16-8dad-4a4a-bd64-54a00be05f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:28,391 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:50:28,391 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ded13a3-eef7-4733-89ef-26d8db0d662c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ded13a3-eef7-4733-89ef-26d8db0d662c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:29,449 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:29,449 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8f64b1c-9028-461f-a086-aedcb671914f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8f64b1c-9028-461f-a086-aedcb671914f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:30,505 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:30,505 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26b52664-73e9-45b6-b583-87195d327cba', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26b52664-73e9-45b6-b583-87195d327cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:31,561 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:31,562 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b335ee6-1a53-4e89-b4d2-00dae6daa71b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b335ee6-1a53-4e89-b4d2-00dae6daa71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:32,617 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:32,618 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c571ad47-a995-4f2c-927e-e86553cc8644', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c571ad47-a995-4f2c-927e-e86553cc8644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:33,675 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:50:33,676 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b6cf2f-eadb-45e9-8392-eceea4ba053e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b6cf2f-eadb-45e9-8392-eceea4ba053e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:34,737 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:50:34,738 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8e5d0eb-8904-4661-9cb7-e05c778a49a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8e5d0eb-8904-4661-9cb7-e05c778a49a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:35,794 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:50:35,794 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-221353f6-b6e0-47a9-9d08-92824f03272c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-221353f6-b6e0-47a9-9d08-92824f03272c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:36,850 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:36,851 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b9bbdf2-81bf-4dfd-a4fc-e33f84247592', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b9bbdf2-81bf-4dfd-a4fc-e33f84247592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:37,908 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:37,909 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc5747b-7b6f-42d9-9b93-d35382b3b29b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc5747b-7b6f-42d9-9b93-d35382b3b29b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:38,967 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:50:38,967 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a91320a2-20a1-4d74-8f43-b967a3b9bca6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a91320a2-20a1-4d74-8f43-b967a3b9bca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:40,025 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:40,026 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-415036ef-73bb-4a30-98ac-2d15d17538c6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-415036ef-73bb-4a30-98ac-2d15d17538c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:41,084 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:50:41,084 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a5b1efb-43ff-44df-bddf-c534b6d9b769', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a5b1efb-43ff-44df-bddf-c534b6d9b769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:42,140 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:42,140 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e412632d-8c92-412d-bce8-4394d2b3b6fb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e412632d-8c92-412d-bce8-4394d2b3b6fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:43,195 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:50:43,196 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129c727e-b056-45b8-8e10-9528f7aa07d1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129c727e-b056-45b8-8e10-9528f7aa07d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:44,252 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:44,252 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-784622d7-449b-4dfb-ad46-b0f66678f15e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-784622d7-449b-4dfb-ad46-b0f66678f15e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:45,309 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:45,315 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b65dad9-5b33-437d-aece-a57b5f1c267e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b65dad9-5b33-437d-aece-a57b5f1c267e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:46,371 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:46,372 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c77d8d-e90a-4610-bebc-4735b9733991', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c77d8d-e90a-4610-bebc-4735b9733991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:47,428 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:47,428 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aece3b6a-23e7-4e86-8c0a-6a0d98a23773', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aece3b6a-23e7-4e86-8c0a-6a0d98a23773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:48,489 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.049s 2022-09-02 09:50:48,489 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee4be57-e561-479f-aea2-8ee064729b2d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee4be57-e561-479f-aea2-8ee064729b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:49,545 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:49,545 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aabd066-2d56-4f5a-b959-884ffd8ab60b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aabd066-2d56-4f5a-b959-884ffd8ab60b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:50,602 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:50,602 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef61b7b-22aa-41ba-bdd2-114e800e621d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef61b7b-22aa-41ba-bdd2-114e800e621d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:51,659 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:51,659 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8079edd8-b078-4008-894d-70885bac0942', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8079edd8-b078-4008-894d-70885bac0942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:52,714 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:52,715 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c769809-d585-4e36-ba17-ac854d538187', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c769809-d585-4e36-ba17-ac854d538187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:53,770 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:50:53,770 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-183a4017-317c-47d2-a03f-3bc84b670158', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-183a4017-317c-47d2-a03f-3bc84b670158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:54,829 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:50:54,830 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd24142-482b-4448-bd91-9cdef981fac2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd24142-482b-4448-bd91-9cdef981fac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:55,888 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:50:55,888 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ecb778-8575-4b4a-83eb-db8ecb7399a4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ecb778-8575-4b4a-83eb-db8ecb7399a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:56,944 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:56,945 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ac43a4f-b275-4cbd-9cb4-53e5849c91b5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ac43a4f-b275-4cbd-9cb4-53e5849c91b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:58,001 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:58,001 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-934ddc1e-de46-4a9b-ac32-2973990a907a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-934ddc1e-de46-4a9b-ac32-2973990a907a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:50:59,058 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:50:59,058 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caca53c1-1db4-4897-829a-280f5c089f82', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caca53c1-1db4-4897-829a-280f5c089f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:00,114 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:00,114 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b63549-07a2-4494-af46-080685efbae1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b63549-07a2-4494-af46-080685efbae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:01,172 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:01,172 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e633d2c5-9667-4844-94a9-f84111254add', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e633d2c5-9667-4844-94a9-f84111254add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:02,228 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:02,228 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08fca538-7e71-465c-8b5b-57afa46e4f09', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08fca538-7e71-465c-8b5b-57afa46e4f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:03,284 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:03,284 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58b910ff-f43e-4e80-a4ad-22652d4562e6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58b910ff-f43e-4e80-a4ad-22652d4562e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:04,339 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:04,339 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c004ccf6-6ae0-4f00-99e9-4a0d4e37621c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c004ccf6-6ae0-4f00-99e9-4a0d4e37621c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:05,395 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:05,395 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93fa4e24-8fb6-4759-8910-d6c624f2b80a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93fa4e24-8fb6-4759-8910-d6c624f2b80a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:06,451 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:06,451 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78078e60-2b95-4bd9-ae49-65ab4f3a0522', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78078e60-2b95-4bd9-ae49-65ab4f3a0522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:07,507 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:07,507 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4dace9e-88fb-477a-8764-80a157c9c774', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4dace9e-88fb-477a-8764-80a157c9c774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:08,564 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:08,564 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e19fa0cc-8f44-4e9c-8f1c-2ce45b4d0945', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e19fa0cc-8f44-4e9c-8f1c-2ce45b4d0945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:09,621 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:09,622 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6efb03b2-ba8b-4f49-8116-2287b7ae31ca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6efb03b2-ba8b-4f49-8116-2287b7ae31ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:10,678 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:10,679 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3cb0a32-dd95-4754-af25-c5362c5e7798', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3cb0a32-dd95-4754-af25-c5362c5e7798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:11,736 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:11,737 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d829cb-a121-4957-927e-6af67a9ee34c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d829cb-a121-4957-927e-6af67a9ee34c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:12,792 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:12,793 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c36ec792-dd95-4af3-bc9c-821a343361cd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c36ec792-dd95-4af3-bc9c-821a343361cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:13,847 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:13,847 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73169f41-eb8b-429e-bc80-7dee44713e45', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73169f41-eb8b-429e-bc80-7dee44713e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:14,906 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:51:14,907 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa2d00e9-6930-47c9-b77a-8804e45f6c7e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa2d00e9-6930-47c9-b77a-8804e45f6c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:15,967 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.048s 2022-09-02 09:51:15,968 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515b20c4-6dd2-45d6-9874-ac59c96e1dbd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515b20c4-6dd2-45d6-9874-ac59c96e1dbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:17,026 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:17,026 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83034a5-58c3-4b77-8249-e0853cc6453c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83034a5-58c3-4b77-8249-e0853cc6453c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:18,080 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:18,081 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779de2ee-8002-474b-a010-87cadf569705', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779de2ee-8002-474b-a010-87cadf569705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:19,136 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:19,141 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b419c072-08c7-45b8-ae42-f028443d8a89', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b419c072-08c7-45b8-ae42-f028443d8a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:20,198 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:20,198 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ab99b05-af4e-431e-8ea6-1ccc4ee02384', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab99b05-af4e-431e-8ea6-1ccc4ee02384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:21,254 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:21,254 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7cbcbb3-5e5a-4ea3-9eb6-ffb166704178', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7cbcbb3-5e5a-4ea3-9eb6-ffb166704178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:22,309 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:22,310 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77f76f39-0d23-48aa-a1a7-a8d02e896029', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77f76f39-0d23-48aa-a1a7-a8d02e896029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:23,364 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:23,364 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-247ce9a2-c869-4270-8361-c82bd938064b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-247ce9a2-c869-4270-8361-c82bd938064b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:24,420 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:24,420 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edbe6ef5-47de-4c45-be79-46175e44897e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edbe6ef5-47de-4c45-be79-46175e44897e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:25,475 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:25,475 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96637d7b-02fe-4ae6-ba0c-c0ab1520b7bb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96637d7b-02fe-4ae6-ba0c-c0ab1520b7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:26,531 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:26,532 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72addfcd-90b1-4c1b-b833-4acff7a5a8c7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72addfcd-90b1-4c1b-b833-4acff7a5a8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:27,585 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:51:27,586 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cb01f66-9c35-4244-82a4-196228f9fdf7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cb01f66-9c35-4244-82a4-196228f9fdf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:28,641 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:28,641 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c6eb46-60f2-41fc-89ad-9a71e0a418d0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c6eb46-60f2-41fc-89ad-9a71e0a418d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:29,696 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:51:29,697 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87f2867-a4c4-43b6-95b9-3d2122bf871b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87f2867-a4c4-43b6-95b9-3d2122bf871b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:30,752 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:30,752 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae06402-425f-4613-9aaa-eccf62ac6cbf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae06402-425f-4613-9aaa-eccf62ac6cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:31,808 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:31,809 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b3277c-200c-4906-b757-5c41975408b3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b3277c-200c-4906-b757-5c41975408b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:32,864 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:32,864 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-194b4ec0-3124-4e69-ace3-7822fd2d0667', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-194b4ec0-3124-4e69-ace3-7822fd2d0667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:33,921 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:33,922 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a920c432-c8ea-4668-a821-3b3d88d758d7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a920c432-c8ea-4668-a821-3b3d88d758d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:34,977 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:34,978 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77f75260-da9a-4740-bd33-48b57e3879d0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77f75260-da9a-4740-bd33-48b57e3879d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:36,035 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:36,035 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bef4b3-9397-4846-87ca-c41436527395', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bef4b3-9397-4846-87ca-c41436527395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:37,090 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:37,090 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-193de009-f195-4cc4-b341-1f82bfa6eb08', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-193de009-f195-4cc4-b341-1f82bfa6eb08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:38,147 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:38,147 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab18630a-e805-4baf-bf41-b88dcf145b0d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab18630a-e805-4baf-bf41-b88dcf145b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:39,202 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:39,202 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2662532-2dd2-4ac0-a54b-56a01856e65e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2662532-2dd2-4ac0-a54b-56a01856e65e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:40,257 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:40,257 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-681452a7-90ec-4e30-a585-ed5b8c3b9ffc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681452a7-90ec-4e30-a585-ed5b8c3b9ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:41,313 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:41,314 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81562a9d-ec3c-4836-86cd-fb5006e292ba', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81562a9d-ec3c-4836-86cd-fb5006e292ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:42,370 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:42,371 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5111f29e-655c-434c-a2d3-53fd9dc6db43', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5111f29e-655c-434c-a2d3-53fd9dc6db43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:43,425 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:43,426 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8388fe45-2e00-4e5d-b8a4-08fd90670ebb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8388fe45-2e00-4e5d-b8a4-08fd90670ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:44,480 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:51:44,480 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8518776-bfc6-4e2d-8445-15041fc3e304', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8518776-bfc6-4e2d-8445-15041fc3e304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:45,535 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:51:45,535 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76b72e1c-9a0e-4707-b4c2-e351a8866732', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76b72e1c-9a0e-4707-b4c2-e351a8866732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:46,590 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:46,591 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bd4f8c2-3fea-49cc-9783-130bc66d65b2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bd4f8c2-3fea-49cc-9783-130bc66d65b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:47,648 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:47,648 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8eb00e-b6e1-46f4-94f5-bd1ce851729c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8eb00e-b6e1-46f4-94f5-bd1ce851729c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:48,704 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:48,704 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-540a70a1-6abd-42e6-a2aa-a2255cb0a3cb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-540a70a1-6abd-42e6-a2aa-a2255cb0a3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:49,760 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:49,760 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c47ace7e-389b-4aec-87fd-b9a57266e5ea', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c47ace7e-389b-4aec-87fd-b9a57266e5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:50,817 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:50,817 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b6783b7-39f1-4c7b-b129-fc75ea76e588', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b6783b7-39f1-4c7b-b129-fc75ea76e588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:51,874 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:51:51,874 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20cfcabc-01c6-4572-96fc-bd4fd1a5c592', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20cfcabc-01c6-4572-96fc-bd4fd1a5c592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:52,930 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:52,930 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4f175b-43db-4ef0-bbac-c07026d74836', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4f175b-43db-4ef0-bbac-c07026d74836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:53,985 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:51:53,985 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03fd1f3c-b259-4778-960c-aadb09179de5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03fd1f3c-b259-4778-960c-aadb09179de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:55,059 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.062s 2022-09-02 09:51:55,059 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47158a1b-b354-4281-be37-64a6d79d413e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47158a1b-b354-4281-be37-64a6d79d413e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:56,114 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:51:56,115 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27190c22-f5ad-42d2-a19f-9537c5199b15', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27190c22-f5ad-42d2-a19f-9537c5199b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:57,170 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:57,170 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41c98c2-46e8-4cd1-8cc1-f91f8bb87b56', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41c98c2-46e8-4cd1-8cc1-f91f8bb87b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:58,225 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:58,225 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f17fef-d015-4502-bd9f-9280da41e3a6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f17fef-d015-4502-bd9f-9280da41e3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:51:59,279 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:51:59,280 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61549345-b2e4-4192-93de-24c833621edf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61549345-b2e4-4192-93de-24c833621edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:00,336 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:00,336 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bdb58ea-7edb-4a2b-bc07-7c57d2e5a187', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bdb58ea-7edb-4a2b-bc07-7c57d2e5a187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:01,392 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:01,392 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2b50c5b-3858-4113-b17c-352269bebdc3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2b50c5b-3858-4113-b17c-352269bebdc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:02,450 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:02,451 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44003f9b-b3c2-4fad-9f53-881906e0246e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44003f9b-b3c2-4fad-9f53-881906e0246e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:03,505 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:03,506 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4842753d-2b61-49b5-997b-7185fbff4a98', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4842753d-2b61-49b5-997b-7185fbff4a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:04,562 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:04,562 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65626274-2a4c-49db-a99f-c010f11948ee', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65626274-2a4c-49db-a99f-c010f11948ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:05,617 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:52:05,617 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58aac01d-c84f-4bd0-ae4a-6db6a6c1e635', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58aac01d-c84f-4bd0-ae4a-6db6a6c1e635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:06,673 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:06,674 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb122eb-3d7d-429e-a56d-4b569bcc3df8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb122eb-3d7d-429e-a56d-4b569bcc3df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:07,729 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:07,730 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901ebfae-6fc1-41e4-9bee-59984a73009a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901ebfae-6fc1-41e4-9bee-59984a73009a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:08,787 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:08,788 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e16348-57d4-4334-b55d-30738c011be9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e16348-57d4-4334-b55d-30738c011be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:09,841 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:52:09,842 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7bed18-4a3e-4815-936f-6df63750c73d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc7bed18-4a3e-4815-936f-6df63750c73d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:10,899 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:10,899 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba9d0cb6-8210-4b4d-99ef-c2d007119fdf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba9d0cb6-8210-4b4d-99ef-c2d007119fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:11,954 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:11,955 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f71c02d-01dc-4a7a-bb05-822a6dc0b910', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f71c02d-01dc-4a7a-bb05-822a6dc0b910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:13,009 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:13,009 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-100bb9a1-4c39-40e2-972f-e1fc90c045f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-100bb9a1-4c39-40e2-972f-e1fc90c045f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:14,067 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:14,067 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-035a5fd4-2ec9-48a8-bba0-c96748404c0e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035a5fd4-2ec9-48a8-bba0-c96748404c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:15,122 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:15,122 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0342cf0c-c327-4ff9-807a-e3e4c9031d32', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0342cf0c-c327-4ff9-807a-e3e4c9031d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:16,178 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:16,178 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94c0a961-be07-41e8-8717-b77dab5a8f48', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94c0a961-be07-41e8-8717-b77dab5a8f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:17,233 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:17,234 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cefcf26-5e71-48ae-98e6-9b737f758149', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cefcf26-5e71-48ae-98e6-9b737f758149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:18,290 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:18,290 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14141e8-7492-4f51-a12a-fcb871489d93', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14141e8-7492-4f51-a12a-fcb871489d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:19,344 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:52:19,345 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4339a070-373d-4cfc-895e-3279e5961f70', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4339a070-373d-4cfc-895e-3279e5961f70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:20,400 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:20,401 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe43e8b9-4d00-4ecf-8b53-0ce9710d5550', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe43e8b9-4d00-4ecf-8b53-0ce9710d5550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:21,455 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:21,455 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3e84b39-cfc6-40c7-95b9-d646d3c21a2c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3e84b39-cfc6-40c7-95b9-d646d3c21a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:22,510 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:22,511 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ae70443-c2f2-4d6c-babc-8013bf586692', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ae70443-c2f2-4d6c-babc-8013bf586692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:23,567 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:23,567 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb873742-2c4b-457a-a73d-e895375385d5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb873742-2c4b-457a-a73d-e895375385d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:24,622 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:24,622 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c33c4b3c-461f-409c-8ab4-56bd98c12d51', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c33c4b3c-461f-409c-8ab4-56bd98c12d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:25,678 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:25,681 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9416591d-14a0-4172-ba98-4bbf3fe6665a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9416591d-14a0-4172-ba98-4bbf3fe6665a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:26,738 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:26,739 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f6b1284-1759-44e4-bf1e-aaea2bf980c8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f6b1284-1759-44e4-bf1e-aaea2bf980c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:27,794 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:27,795 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-671bd00e-c75f-4fe6-a73b-1d39e380f3be', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-671bd00e-c75f-4fe6-a73b-1d39e380f3be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:28,851 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:28,851 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11fbcb23-562c-48b8-8e88-373841887e4b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11fbcb23-562c-48b8-8e88-373841887e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:29,906 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:29,906 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c0d5a44-80f5-4d0e-bb2f-bbcc3ae484ce', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c0d5a44-80f5-4d0e-bb2f-bbcc3ae484ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:30,962 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:30,963 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f89cfe-29cf-4fcf-a762-1785edda35c0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f89cfe-29cf-4fcf-a762-1785edda35c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:32,019 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:32,020 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12b51f81-a6bf-46d6-88f6-464a382ea52f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12b51f81-a6bf-46d6-88f6-464a382ea52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:33,076 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:33,076 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b444e004-d675-4f20-9bcf-fb49b3866b70', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b444e004-d675-4f20-9bcf-fb49b3866b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:34,132 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:34,133 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c866a6d7-81fc-487f-8ae6-8c99b697868e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c866a6d7-81fc-487f-8ae6-8c99b697868e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:35,188 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:35,189 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de726ad2-1bba-4a31-be43-15b0bcd68c01', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de726ad2-1bba-4a31-be43-15b0bcd68c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:36,245 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:36,245 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-701bcf6d-7e32-4303-8f88-14151ca9589d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-701bcf6d-7e32-4303-8f88-14151ca9589d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:37,301 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:37,301 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7564972-1928-497a-b4aa-ed538848a898', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7564972-1928-497a-b4aa-ed538848a898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:38,356 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:38,356 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a5702f6-fd15-4571-ad6b-80247f2d036d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a5702f6-fd15-4571-ad6b-80247f2d036d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:39,411 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:39,411 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c637326c-bfd0-434c-a37f-9e614f11edff', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c637326c-bfd0-434c-a37f-9e614f11edff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:40,466 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:40,467 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c32b571-a0ec-4a9e-884e-67c37c30bbda', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c32b571-a0ec-4a9e-884e-67c37c30bbda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:41,522 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:41,522 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b66d47c-194f-4284-a62a-43d2b2ab02ef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b66d47c-194f-4284-a62a-43d2b2ab02ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:42,577 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:42,578 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dd1268d-78a3-4be7-aa6c-67eee714e385', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dd1268d-78a3-4be7-aa6c-67eee714e385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:43,636 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:52:43,636 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abf2e92f-2b7e-40a6-b2eb-e028f1fd991d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abf2e92f-2b7e-40a6-b2eb-e028f1fd991d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:44,692 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:44,692 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92e21f95-195a-491b-811c-40b13a57e6bb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92e21f95-195a-491b-811c-40b13a57e6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:45,747 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:45,748 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0cb9d55-2b7b-42b9-81e3-b299480134c0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0cb9d55-2b7b-42b9-81e3-b299480134c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:46,806 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:46,807 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ad502ae-015d-4eba-83e9-f6a99afd4de0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad502ae-015d-4eba-83e9-f6a99afd4de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:47,862 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:47,862 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9caa2ed2-16eb-4be5-91aa-c42929ddf955', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9caa2ed2-16eb-4be5-91aa-c42929ddf955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:48,918 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:48,919 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df623dd-cc80-4468-b25a-dc068b1912a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df623dd-cc80-4468-b25a-dc068b1912a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:49,976 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:49,976 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa6b92a-a327-40c6-9a8f-ff7fe5f81dc4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa6b92a-a327-40c6-9a8f-ff7fe5f81dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:51,032 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:51,032 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cdccbd1-94a1-4382-bbaa-9025ecff60c0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cdccbd1-94a1-4382-bbaa-9025ecff60c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:52,088 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:52,089 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-991e7dbc-0ea9-4ba3-a223-85d83a8e990a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-991e7dbc-0ea9-4ba3-a223-85d83a8e990a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:53,146 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:53,146 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2545eaa-bb41-4394-a280-5ec42be71191', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2545eaa-bb41-4394-a280-5ec42be71191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:54,201 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:52:54,201 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e4bea2-46ce-4cb8-a5fe-1c63ce50c120', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5e4bea2-46ce-4cb8-a5fe-1c63ce50c120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:55,258 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:55,258 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75666139-8f22-4ab8-8e5e-92bb2ea682cf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75666139-8f22-4ab8-8e5e-92bb2ea682cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:56,315 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:52:56,315 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f6e385-511c-489b-b981-fcede817fee3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f6e385-511c-489b-b981-fcede817fee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:57,371 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:57,371 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c55574-5eb2-47a2-99fc-17634ba1ac8b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c55574-5eb2-47a2-99fc-17634ba1ac8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:58,428 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:58,428 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad1267e8-e064-44b1-afc5-e1aa0d3cf11f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad1267e8-e064-44b1-afc5-e1aa0d3cf11f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:52:59,484 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:52:59,484 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1552bb2-8e17-43b3-83a8-ed532c4a2b4b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1552bb2-8e17-43b3-83a8-ed532c4a2b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:00,542 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:00,542 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fd848c-7a82-4562-ada7-29383f2b19f3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fd848c-7a82-4562-ada7-29383f2b19f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:01,596 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:53:01,597 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6968354-eef0-4c11-be01-f6592ab9c6b9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6968354-eef0-4c11-be01-f6592ab9c6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:02,654 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:02,654 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9599fc3e-d723-4467-8f7f-53a0cc8eb43d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9599fc3e-d723-4467-8f7f-53a0cc8eb43d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:03,710 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:03,710 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf94c4b5-6413-4eb7-b468-146bc2c3ff73', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf94c4b5-6413-4eb7-b468-146bc2c3ff73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:04,768 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:04,768 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65eee3cb-e10e-4bb8-883c-9a9bc066808d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65eee3cb-e10e-4bb8-883c-9a9bc066808d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:05,824 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:05,825 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9163822-ef1a-4dc3-ae18-445e14077198', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9163822-ef1a-4dc3-ae18-445e14077198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:06,882 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:06,882 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e4be26-646f-4809-ab5e-c63a1bf31259', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e4be26-646f-4809-ab5e-c63a1bf31259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:07,939 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:07,939 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abda1c50-ecbd-425b-9abe-6f84c1b05960', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abda1c50-ecbd-425b-9abe-6f84c1b05960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:08,995 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:08,995 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2174455-a7d4-470c-8806-f6b4dcf89e53', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2174455-a7d4-470c-8806-f6b4dcf89e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:10,049 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.042s 2022-09-02 09:53:10,050 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b66acd-d719-4618-b63c-7818516ba521', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b66acd-d719-4618-b63c-7818516ba521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:11,107 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:11,108 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aee7e9f-abf5-4730-8c78-aef11705824e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aee7e9f-abf5-4730-8c78-aef11705824e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:12,162 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:12,162 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73c0c596-e15b-4507-bab0-847c19f8346a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73c0c596-e15b-4507-bab0-847c19f8346a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:13,218 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:13,218 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4109555-190a-4d32-88e1-cb2f7657030a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4109555-190a-4d32-88e1-cb2f7657030a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:14,273 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:14,273 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1127793d-6f05-43d6-a051-5f5926692fbc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1127793d-6f05-43d6-a051-5f5926692fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:15,328 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:15,329 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c434568d-9132-4a85-827f-66089ed39133', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c434568d-9132-4a85-827f-66089ed39133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:16,384 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:16,384 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264f35af-277f-4df1-86e2-eb55eb89198a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264f35af-277f-4df1-86e2-eb55eb89198a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:17,440 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:17,440 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8903805-206d-4546-8f95-78d9298a50ab', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8903805-206d-4546-8f95-78d9298a50ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:18,497 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:18,497 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29cf078b-9469-4ff7-8287-a4a4644107af', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29cf078b-9469-4ff7-8287-a4a4644107af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:19,551 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:19,552 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d50064b1-4bb8-4221-acd3-8b7a9674af3d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d50064b1-4bb8-4221-acd3-8b7a9674af3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:20,608 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:20,608 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f74665d9-21d0-4b1c-b2b9-161908bce1f4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f74665d9-21d0-4b1c-b2b9-161908bce1f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:21,665 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:21,665 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01f1455b-014f-4792-9c19-ebef41663f7c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01f1455b-014f-4792-9c19-ebef41663f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:22,720 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:22,720 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f97467fc-89d3-4417-a197-ad49ea5679df', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f97467fc-89d3-4417-a197-ad49ea5679df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:23,776 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:23,776 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0395164c-11a4-42dc-ac80-e2a536c5aac2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0395164c-11a4-42dc-ac80-e2a536c5aac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:24,833 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:24,833 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83ee0bb8-7320-4397-b2ba-3e10fdfbd42d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83ee0bb8-7320-4397-b2ba-3e10fdfbd42d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:25,890 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:53:25,890 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a7bf30b-2807-4b38-b0dd-37e605872da3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a7bf30b-2807-4b38-b0dd-37e605872da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:26,947 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:26,948 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005fd08d-4ba3-499a-8ced-ca4d24c5d47a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005fd08d-4ba3-499a-8ced-ca4d24c5d47a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:28,003 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:28,004 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d19b72d-f8c7-4b88-b86f-a3f1a421c9e4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d19b72d-f8c7-4b88-b86f-a3f1a421c9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:29,060 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:29,060 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f20bf16a-8677-4b32-a2db-0422d6450431', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f20bf16a-8677-4b32-a2db-0422d6450431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:30,115 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:30,115 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61233ead-1bd4-4cfb-943b-628ef25b531d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61233ead-1bd4-4cfb-943b-628ef25b531d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:31,171 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:31,172 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b94614-e42b-44e6-87e4-992a9b1d9eb0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b94614-e42b-44e6-87e4-992a9b1d9eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:32,227 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:32,228 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904fdccb-bf9b-4243-bca9-459263046ec6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904fdccb-bf9b-4243-bca9-459263046ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:33,283 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:33,283 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1552d45b-72f7-41db-a398-27bb362eb482', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1552d45b-72f7-41db-a398-27bb362eb482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:34,504 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.209s 2022-09-02 09:53:34,504 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fec7893-c39b-4350-88a3-3e607b367958', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fec7893-c39b-4350-88a3-3e607b367958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:35,560 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:35,561 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46375d66-9418-48c9-bce8-72e0a5d936e6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46375d66-9418-48c9-bce8-72e0a5d936e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:36,616 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:36,617 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838bfad0-0b61-46bf-945d-3f46646b60ec', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838bfad0-0b61-46bf-945d-3f46646b60ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:37,674 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:37,674 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea19f50a-2e48-4d14-8edf-ab275e807fe7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea19f50a-2e48-4d14-8edf-ab275e807fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:38,734 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:53:38,734 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd62a49-3b7b-42f8-a180-83735af66467', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd62a49-3b7b-42f8-a180-83735af66467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:39,791 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:39,792 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acd688cb-fde4-46c8-bde9-ca57558c2430', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acd688cb-fde4-46c8-bde9-ca57558c2430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:40,846 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:40,847 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a399c00-bfc0-4f18-9f9f-0f44a09ad92e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a399c00-bfc0-4f18-9f9f-0f44a09ad92e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:41,904 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:41,904 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0351bacc-209a-47d4-a8bf-52561ccdaf28', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0351bacc-209a-47d4-a8bf-52561ccdaf28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:42,959 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:42,960 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-197b7a2d-28af-4800-bd99-93ccee436073', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-197b7a2d-28af-4800-bd99-93ccee436073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:44,015 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:44,016 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccc196d0-6826-4041-9679-13c972e28a8d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccc196d0-6826-4041-9679-13c972e28a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:45,072 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:45,073 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbafd42f-c2a0-4db2-8084-412fbfb3bebc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbafd42f-c2a0-4db2-8084-412fbfb3bebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:46,190 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.105s 2022-09-02 09:53:46,190 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1ba961-0359-4499-8352-8d1a38dc583f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1ba961-0359-4499-8352-8d1a38dc583f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:47,248 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:47,248 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdca7a00-a265-49f3-ba8c-258bf038f69c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdca7a00-a265-49f3-ba8c-258bf038f69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:48,306 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:53:48,306 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91457937-e861-4606-9408-167252372e67', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91457937-e861-4606-9408-167252372e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:49,362 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:49,362 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81adffd7-acb3-4742-a70c-7f9302c3c7d8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81adffd7-acb3-4742-a70c-7f9302c3c7d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:50,426 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.051s 2022-09-02 09:53:50,430 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be52324-2549-479b-aee5-6464156bbc2a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be52324-2549-479b-aee5-6464156bbc2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:51,486 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:51,486 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4dff3cc-3b64-4866-9496-cb391c49a187', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4dff3cc-3b64-4866-9496-cb391c49a187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:52,543 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:52,544 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c119b2d0-a65f-4133-a5f5-bcc788a4857a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c119b2d0-a65f-4133-a5f5-bcc788a4857a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:53,600 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:53,600 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d5b6e1e-7c62-40d2-8721-0c1a68829ec3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d5b6e1e-7c62-40d2-8721-0c1a68829ec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:54,656 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:54,657 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77b6395e-8edc-41d0-8150-f32bde57d581', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77b6395e-8edc-41d0-8150-f32bde57d581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:55,712 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:53:55,713 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f3a6110-8dd2-4dbd-a1f4-ddbf659d66e7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f3a6110-8dd2-4dbd-a1f4-ddbf659d66e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:56,771 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:53:56,772 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f523fd-e42b-4fed-9a16-8c87810f658b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f523fd-e42b-4fed-9a16-8c87810f658b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:57,829 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:53:57,830 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9942a6ee-e187-4bf4-9c26-352d0ce3ea5c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9942a6ee-e187-4bf4-9c26-352d0ce3ea5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:58,887 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:53:58,888 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be20a7b6-ec87-4be6-8955-56cceafd75ad', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be20a7b6-ec87-4be6-8955-56cceafd75ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:53:59,943 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:53:59,943 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb9696f0-0cf3-40c1-b2e8-0d9f6b5833a2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb9696f0-0cf3-40c1-b2e8-0d9f6b5833a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:00,998 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:00,999 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8143308a-47f3-49e5-b562-b190074500f4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8143308a-47f3-49e5-b562-b190074500f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:02,054 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:02,055 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2454f1cc-efb1-40ef-a004-f05dce7b65d7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2454f1cc-efb1-40ef-a004-f05dce7b65d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:03,110 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:03,111 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac02a9e2-703b-4e77-a6e7-5dc348b9a06c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac02a9e2-703b-4e77-a6e7-5dc348b9a06c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:04,167 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:04,167 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0526138c-3a2a-4029-bbbe-9c2c4681a648', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0526138c-3a2a-4029-bbbe-9c2c4681a648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:05,222 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:05,222 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4507c9d-1cf2-45fd-a374-c62a00224449', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4507c9d-1cf2-45fd-a374-c62a00224449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:06,277 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:06,278 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92a07946-6fb9-49f4-b1e2-571c4ffe4c33', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92a07946-6fb9-49f4-b1e2-571c4ffe4c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:07,333 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:07,333 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c001c18-83e2-4adb-b62a-18c9168f206c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c001c18-83e2-4adb-b62a-18c9168f206c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:08,390 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:08,391 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78d4e1f-09b8-45a5-8169-d3bb434d6910', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78d4e1f-09b8-45a5-8169-d3bb434d6910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:09,447 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:09,448 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a367770a-d72f-4ab6-80c0-18dd73533039', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a367770a-d72f-4ab6-80c0-18dd73533039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:10,501 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:10,502 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15769255-7bdd-4276-bbc7-83bfbb832596', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15769255-7bdd-4276-bbc7-83bfbb832596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:11,559 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:11,560 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b045522-fa4f-4019-8fe9-0a8cfc34c2b3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b045522-fa4f-4019-8fe9-0a8cfc34c2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:12,616 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:12,616 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-831fd6d4-bcaf-450f-92d4-780991c29381', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-831fd6d4-bcaf-450f-92d4-780991c29381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:13,672 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:13,672 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-439c72eb-7c6e-4510-8e51-e9d46a3fd273', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-439c72eb-7c6e-4510-8e51-e9d46a3fd273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:14,728 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:14,728 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6daaa74-8f05-4cc1-a7bc-f81137c721f8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6daaa74-8f05-4cc1-a7bc-f81137c721f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:15,785 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:15,785 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d80c04f-fbac-40e3-bb62-59a61194c813', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d80c04f-fbac-40e3-bb62-59a61194c813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:16,840 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:16,840 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-311c780a-f792-4fbb-b17c-4ac86eede18d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-311c780a-f792-4fbb-b17c-4ac86eede18d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:17,897 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:54:17,898 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a3342c-4dfa-4676-8fcf-2ac4225f4a3d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a3342c-4dfa-4676-8fcf-2ac4225f4a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:18,953 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:18,953 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa3197f5-5249-4431-9670-0f090a4ec8ad', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa3197f5-5249-4431-9670-0f090a4ec8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:20,010 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:20,010 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6df57bd-56cd-4961-a42e-ee77cdac4aa0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6df57bd-56cd-4961-a42e-ee77cdac4aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:21,067 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:21,068 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-701628c5-c4ec-481c-aaa7-4f9622ea4410', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-701628c5-c4ec-481c-aaa7-4f9622ea4410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:22,124 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:22,125 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79253e02-e0f3-45ea-bde0-d82ff7e31145', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79253e02-e0f3-45ea-bde0-d82ff7e31145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:23,182 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:54:23,183 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-532bdac7-f133-42c5-8f06-c8eb0c3ce5c0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-532bdac7-f133-42c5-8f06-c8eb0c3ce5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:24,238 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:24,238 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f853723d-daa9-40dc-819f-94ebae4a4777', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f853723d-daa9-40dc-819f-94ebae4a4777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:25,294 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:25,295 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7dc9736-a596-4b40-ab8b-c1fbfa78cdb4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7dc9736-a596-4b40-ab8b-c1fbfa78cdb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:26,350 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:26,351 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acb8cd6-e501-422d-a272-a3d78c33a453', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acb8cd6-e501-422d-a272-a3d78c33a453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:27,408 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:27,408 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9bde44f-eaab-43ca-b1dc-bc389cb61bb2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9bde44f-eaab-43ca-b1dc-bc389cb61bb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:28,463 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:28,463 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4b68a34-db97-4dfe-affe-433af04d2389', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4b68a34-db97-4dfe-affe-433af04d2389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:29,519 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:29,519 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be74addc-47ec-4533-bc1d-2c656739995f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be74addc-47ec-4533-bc1d-2c656739995f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:30,575 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:30,575 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5f9d2b4-76e1-48bd-8076-6d2228f49ff7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5f9d2b4-76e1-48bd-8076-6d2228f49ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:31,632 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:31,632 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75df02c8-3d50-492e-b55d-dc92d22a18f9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75df02c8-3d50-492e-b55d-dc92d22a18f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:32,688 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:32,689 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f16f0cc1-fc37-4c4b-9a89-8bd606f8d215', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f16f0cc1-fc37-4c4b-9a89-8bd606f8d215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:33,743 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:33,743 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d68d31-c4b5-4455-b80f-813b80a242ac', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d68d31-c4b5-4455-b80f-813b80a242ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:34,800 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:34,800 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522ba3fb-fb7c-481f-ba6d-54bda4393a0c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522ba3fb-fb7c-481f-ba6d-54bda4393a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:35,855 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:35,856 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87f657df-1d94-4f45-af4c-15b8b8dab7ba', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87f657df-1d94-4f45-af4c-15b8b8dab7ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:36,912 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:36,912 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1afd369-bacb-47fc-b004-da1ee17c953a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1afd369-bacb-47fc-b004-da1ee17c953a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:37,970 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:37,970 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0a8c399-76c7-4dc0-b6bc-1180515f625d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0a8c399-76c7-4dc0-b6bc-1180515f625d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:39,029 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.047s 2022-09-02 09:54:39,036 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-798718ad-d3b0-4ba3-91e4-5886456e752c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-798718ad-d3b0-4ba3-91e4-5886456e752c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:40,093 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:40,093 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f872dc6-7e37-48cc-88b9-0862e2e83687', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f872dc6-7e37-48cc-88b9-0862e2e83687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:41,149 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:41,150 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b81ec02e-ee15-465c-8fd4-4fbba0615167', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b81ec02e-ee15-465c-8fd4-4fbba0615167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:42,206 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:42,206 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f44ea13-cec4-48b6-9d4b-6081b574668c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f44ea13-cec4-48b6-9d4b-6081b574668c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:43,263 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:43,263 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3cc128b-9bbb-4383-993c-cad3a9dcd412', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3cc128b-9bbb-4383-993c-cad3a9dcd412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:44,319 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:44,319 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba69e7b6-4751-4aa5-b6f6-1f8881fcd2dc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba69e7b6-4751-4aa5-b6f6-1f8881fcd2dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:45,376 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:45,377 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9fea543-1fdb-4ac9-abae-56e2aaef6274', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9fea543-1fdb-4ac9-abae-56e2aaef6274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:46,434 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:46,434 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28871b3f-b64a-4005-a92e-6cae0e5b7a99', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28871b3f-b64a-4005-a92e-6cae0e5b7a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:47,490 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:47,490 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d955fea-8c9f-4e5c-9bc4-85940c278a77', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d955fea-8c9f-4e5c-9bc4-85940c278a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:48,546 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:48,546 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c103c3-ae21-4127-91e1-9007bb77a93c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c103c3-ae21-4127-91e1-9007bb77a93c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:49,602 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.043s 2022-09-02 09:54:49,602 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14fcf323-bc88-4534-8e22-de775bd5037a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14fcf323-bc88-4534-8e22-de775bd5037a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:50,660 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:50,660 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c407c0-a84f-4ecb-acc9-da0089bda25a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c407c0-a84f-4ecb-acc9-da0089bda25a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:51,715 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:51,715 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62bb9a16-8467-4a5c-98f5-1dfaf50bd4d3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62bb9a16-8467-4a5c-98f5-1dfaf50bd4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:52,772 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:52,772 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34135c07-b1fe-4839-8d24-8f380347aacd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34135c07-b1fe-4839-8d24-8f380347aacd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:53,829 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:53,830 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c3bd6b-4708-4376-92ee-b8c17b108bf6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c3bd6b-4708-4376-92ee-b8c17b108bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:54,888 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:54:54,889 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a07ece16-ff8c-422a-ae48-7e2cb281af5b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a07ece16-ff8c-422a-ae48-7e2cb281af5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:55,946 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:55,946 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9b47e6a-b81b-40da-b5fc-874d51061945', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9b47e6a-b81b-40da-b5fc-874d51061945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:57,004 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:54:57,005 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0fcfd3c-4069-43ec-b1c4-af0b55b35cf9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0fcfd3c-4069-43ec-b1c4-af0b55b35cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:58,061 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:54:58,062 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4da0b6b7-06b8-4922-a1ab-4c64418fe591', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4da0b6b7-06b8-4922-a1ab-4c64418fe591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:54:59,119 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:54:59,119 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4914ce11-8f91-4bb5-bc18-8ea831c36bd4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4914ce11-8f91-4bb5-bc18-8ea831c36bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:00,175 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:00,175 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e8760a-b427-4a3c-b1e2-16e849933cb4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e8760a-b427-4a3c-b1e2-16e849933cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:01,231 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:01,231 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-061a0d99-f26a-443f-8d46-c71fb5860972', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-061a0d99-f26a-443f-8d46-c71fb5860972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:02,287 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:02,287 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb5b349-7d55-4da8-a627-728f041433f7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb5b349-7d55-4da8-a627-728f041433f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:03,343 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:03,344 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de416586-fb8b-4378-96ec-c45cefe7b88e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de416586-fb8b-4378-96ec-c45cefe7b88e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:04,401 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:55:04,401 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b668eaa5-9e1a-4ac6-8cea-2894787558d7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b668eaa5-9e1a-4ac6-8cea-2894787558d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:05,458 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:55:05,460 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46dee89-c728-4fb5-af15-99823d535204', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46dee89-c728-4fb5-af15-99823d535204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:06,516 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:06,517 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c863781-32e5-40b7-b7f2-8e2dad884f54', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c863781-32e5-40b7-b7f2-8e2dad884f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:07,573 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:07,573 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77111364-1969-4deb-990c-82d4f5b9cfbf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77111364-1969-4deb-990c-82d4f5b9cfbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:08,632 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.046s 2022-09-02 09:55:08,632 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82218d71-f978-4c3e-a88d-2eabd4f91ebd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82218d71-f978-4c3e-a88d-2eabd4f91ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:09,690 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:55:09,691 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52961983-0153-41b3-a250-fc34725c4562', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52961983-0153-41b3-a250-fc34725c4562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:10,747 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:10,748 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa7070b-6a9d-4863-ad59-0701ac7e32f9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa7070b-6a9d-4863-ad59-0701ac7e32f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:11,805 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:55:11,806 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88099549-89a1-443d-930c-1209f602ed6e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88099549-89a1-443d-930c-1209f602ed6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:12,862 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.045s 2022-09-02 09:55:12,862 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7086d5a-3f2c-4630-b9e8-5580fcb884ec', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7086d5a-3f2c-4630-b9e8-5580fcb884ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:13,919 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:13,919 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd080610-631c-4abd-abac-913cb25faecb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd080610-631c-4abd-abac-913cb25faecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:14,975 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:14,975 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b02f999-8ae1-4da3-a492-551c31797511', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b02f999-8ae1-4da3-a492-551c31797511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:16,032 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4 0.044s 2022-09-02 09:55:16,033 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3094f468-2c29-4a2d-a870-ed48282cdf09', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3094f468-2c29-4a2d-a870-ed48282cdf09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4'} Body: b'{"volume": {"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:37:02.000000", "updated_at": "2022-09-02T09:47:16.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-557339465", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/7232d6277f26496ab552afa4abe13ad5/volumes/bb57c32f-94b5-417f-bfad-902604e338b4"}], "user_id": "889d4c60870447bda2926106026a0537", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4", "attachment_id": "7611067d-19f3-4806-9787-43d662b0a168", "volume_id": "bb57c32f-94b5-417f-bfad-902604e338b4", "server_id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-02T09:37:33.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "7232d6277f26496ab552afa4abe13ad5"}}' 2022-09-02 09:55:17,429 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 1.385s 2022-09-02 09:55:17,430 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:16 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-fc3b6b4c-d25e-4f3b-8a83-68aa70361d48', 'x-compute-request-id': 'req-fc3b6b4c-d25e-4f3b-8a83-68aa70361d48', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'' 2022-09-02 09:55:17,640 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.205s 2022-09-02 09:55:17,641 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-fdc3e520-03a2-4ea7-9950-f7e573e7b46d', 'x-compute-request-id': 'req-fdc3e520-03a2-4ea7-9950-f7e573e7b46d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:18,814 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.161s 2022-09-02 09:55:18,815 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-689c86cc-bb8c-4d42-aed9-41e0509a0bd5', 'x-compute-request-id': 'req-689c86cc-bb8c-4d42-aed9-41e0509a0bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:20,104 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.276s 2022-09-02 09:55:20,104 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-a0671b18-cc07-4e97-86c1-1b5064cdcfee', 'x-compute-request-id': 'req-a0671b18-cc07-4e97-86c1-1b5064cdcfee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:21,289 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.171s 2022-09-02 09:55:21,289 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-09fec05b-463a-4bc1-95a3-6be74c5c8a20', 'x-compute-request-id': 'req-09fec05b-463a-4bc1-95a3-6be74c5c8a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:22,545 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.243s 2022-09-02 09:55:22,546 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-4d1024e4-92c2-418d-b93f-7af63a71df58', 'x-compute-request-id': 'req-4d1024e4-92c2-418d-b93f-7af63a71df58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:23,727 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.168s 2022-09-02 09:55:23,728 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-5a7a8558-209e-455a-af95-6348b1f93078', 'x-compute-request-id': 'req-5a7a8558-209e-455a-af95-6348b1f93078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:24,918 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.177s 2022-09-02 09:55:24,918 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-e140ccb4-ef49-4e80-bd17-87ead2bd240b', 'x-compute-request-id': 'req-e140ccb4-ef49-4e80-bd17-87ead2bd240b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:26,218 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.287s 2022-09-02 09:55:26,218 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-0e29d763-1e9f-4a2f-a4be-81d493c7cd5b', 'x-compute-request-id': 'req-0e29d763-1e9f-4a2f-a4be-81d493c7cd5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:27,537 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.306s 2022-09-02 09:55:27,538 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-1aec1bb7-bbd2-470d-addf-125664d6c5d5', 'x-compute-request-id': 'req-1aec1bb7-bbd2-470d-addf-125664d6c5d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:28,708 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:55:28,708 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-72b92ce3-b3f7-4da2-b0f9-b3a2d9611cd8', 'x-compute-request-id': 'req-72b92ce3-b3f7-4da2-b0f9-b3a2d9611cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:29,894 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.173s 2022-09-02 09:55:29,899 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-a913bfc3-ce51-4c2f-ba0f-ded6488aa9b3', 'x-compute-request-id': 'req-a913bfc3-ce51-4c2f-ba0f-ded6488aa9b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:31,062 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:55:31,063 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-d39aca66-d990-4681-ba44-9d2b3f27eef0', 'x-compute-request-id': 'req-d39aca66-d990-4681-ba44-9d2b3f27eef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:32,227 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:55:32,227 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-2a477619-bb77-42c2-9583-b4d2486cf494', 'x-compute-request-id': 'req-2a477619-bb77-42c2-9583-b4d2486cf494', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:33,395 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:55:33,396 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-85e3e271-6f35-480a-b485-72e8c3a65218', 'x-compute-request-id': 'req-85e3e271-6f35-480a-b485-72e8c3a65218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:34,566 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:55:34,566 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-33e017f8-88ac-4bb2-8632-9f6819ee720c', 'x-compute-request-id': 'req-33e017f8-88ac-4bb2-8632-9f6819ee720c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:35,738 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.160s 2022-09-02 09:55:35,738 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-8dcb4354-3672-4e8e-b50d-35663dd0f0b2', 'x-compute-request-id': 'req-8dcb4354-3672-4e8e-b50d-35663dd0f0b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:36,908 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:55:36,908 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-a87aaf2a-c60e-4049-9c6b-c1e7ef23d029', 'x-compute-request-id': 'req-a87aaf2a-c60e-4049-9c6b-c1e7ef23d029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:38,088 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.167s 2022-09-02 09:55:38,089 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-14609ba8-08f1-4446-bc04-9de2fe86e802', 'x-compute-request-id': 'req-14609ba8-08f1-4446-bc04-9de2fe86e802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:39,258 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:55:39,259 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-0283852f-66ed-4a03-bc23-1e9b2217da65', 'x-compute-request-id': 'req-0283852f-66ed-4a03-bc23-1e9b2217da65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:40,424 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:55:40,424 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-084b3914-7405-44bf-b987-fbe9846af622', 'x-compute-request-id': 'req-084b3914-7405-44bf-b987-fbe9846af622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:41,588 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:55:41,589 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-e9a0c3c4-763e-4072-beb6-5745a4afcf50', 'x-compute-request-id': 'req-e9a0c3c4-763e-4072-beb6-5745a4afcf50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:42,757 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:55:42,757 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-565849c3-ac5b-4840-b124-fce6cb8bd845', 'x-compute-request-id': 'req-565849c3-ac5b-4840-b124-fce6cb8bd845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:43,928 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:55:43,928 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-d59f2998-c530-46f8-9447-e175b8bfef78', 'x-compute-request-id': 'req-d59f2998-c530-46f8-9447-e175b8bfef78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:45,098 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:55:45,098 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-06487efe-f5e4-44be-84d4-79145243f033', 'x-compute-request-id': 'req-06487efe-f5e4-44be-84d4-79145243f033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:46,279 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.168s 2022-09-02 09:55:46,279 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-b5d7e14b-41e1-441b-9276-a4bd54efb671', 'x-compute-request-id': 'req-b5d7e14b-41e1-441b-9276-a4bd54efb671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:47,448 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:55:47,448 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-540c420d-bc81-4509-a859-b9bb856cf740', 'x-compute-request-id': 'req-540c420d-bc81-4509-a859-b9bb856cf740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:48,614 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:55:48,614 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-9318a9fc-1970-4159-9e00-ef56170bd6c6', 'x-compute-request-id': 'req-9318a9fc-1970-4159-9e00-ef56170bd6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:49,785 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.159s 2022-09-02 09:55:49,786 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-874c49e8-5dc8-4ead-b8af-193e71a74959', 'x-compute-request-id': 'req-874c49e8-5dc8-4ead-b8af-193e71a74959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:50,956 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:55:50,956 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-80960229-b619-4264-a6ba-d9b0a99d33d3', 'x-compute-request-id': 'req-80960229-b619-4264-a6ba-d9b0a99d33d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:52,124 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:55:52,125 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-cfdc2ea2-061d-423b-8427-ca68869e313d', 'x-compute-request-id': 'req-cfdc2ea2-061d-423b-8427-ca68869e313d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:53,293 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:55:53,293 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-2e37eab7-8d23-4e7e-a861-289dc92fd8f6', 'x-compute-request-id': 'req-2e37eab7-8d23-4e7e-a861-289dc92fd8f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:54,461 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:55:54,461 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-5d244304-3b01-47e6-a1a0-7ae611aba1d4', 'x-compute-request-id': 'req-5d244304-3b01-47e6-a1a0-7ae611aba1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:55,626 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:55:55,627 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-35c12fc6-53b6-4162-a35d-898cda445b04', 'x-compute-request-id': 'req-35c12fc6-53b6-4162-a35d-898cda445b04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:56,794 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:55:56,795 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-65cdabe0-c688-4159-bb5f-bfe72b8b7f29', 'x-compute-request-id': 'req-65cdabe0-c688-4159-bb5f-bfe72b8b7f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:57,967 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.159s 2022-09-02 09:55:57,967 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-8897b54a-78de-4a86-a1e3-2c960b210354', 'x-compute-request-id': 'req-8897b54a-78de-4a86-a1e3-2c960b210354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:55:59,137 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:55:59,138 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55: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-0333e3cd-514a-4288-811c-818e0026687c', 'x-compute-request-id': 'req-0333e3cd-514a-4288-811c-818e0026687c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:00,304 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:56:00,305 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-acaa4ab8-2593-4d3a-92ef-496807c3627d', 'x-compute-request-id': 'req-acaa4ab8-2593-4d3a-92ef-496807c3627d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:01,468 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:56:01,468 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-760598d9-668f-4fd8-b0b9-2c450d777c0d', 'x-compute-request-id': 'req-760598d9-668f-4fd8-b0b9-2c450d777c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:02,637 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:02,638 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-be5b62cc-706a-4a16-83c5-c36cf4591b09', 'x-compute-request-id': 'req-be5b62cc-706a-4a16-83c5-c36cf4591b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:03,802 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:56:03,802 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-0a3f73ed-e3cf-48ce-8890-e5e752fc3c07', 'x-compute-request-id': 'req-0a3f73ed-e3cf-48ce-8890-e5e752fc3c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:04,970 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:04,971 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-673dcd07-33d7-4549-ad11-1686b1137a6c', 'x-compute-request-id': 'req-673dcd07-33d7-4549-ad11-1686b1137a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:06,142 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.159s 2022-09-02 09:56:06,142 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-5eae75ff-f94a-43b4-a8fc-64c7b33f5bab', 'x-compute-request-id': 'req-5eae75ff-f94a-43b4-a8fc-64c7b33f5bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:07,309 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:56:07,310 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-e909dfc4-6083-4d42-ac42-1cd3af55f8bb', 'x-compute-request-id': 'req-e909dfc4-6083-4d42-ac42-1cd3af55f8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:08,488 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.167s 2022-09-02 09:56:08,489 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-f9747353-e622-4c9f-9536-9b05c911f9b2', 'x-compute-request-id': 'req-f9747353-e622-4c9f-9536-9b05c911f9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:09,654 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:56:09,654 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-d33e1737-6be7-4cd6-9f76-a9bcfaecb4c3', 'x-compute-request-id': 'req-d33e1737-6be7-4cd6-9f76-a9bcfaecb4c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:10,821 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:56:10,822 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-0a5dcda8-94ee-400a-ba2f-474da515f591', 'x-compute-request-id': 'req-0a5dcda8-94ee-400a-ba2f-474da515f591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:11,989 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:56:11,989 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-7fb61e1d-c271-48ad-8fcf-d86d77820aa2', 'x-compute-request-id': 'req-7fb61e1d-c271-48ad-8fcf-d86d77820aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:13,156 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:56:13,156 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-914ba5d0-2182-4e61-b98e-2f537da8ca93', 'x-compute-request-id': 'req-914ba5d0-2182-4e61-b98e-2f537da8ca93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:14,325 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:14,326 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-af681ab6-e255-445c-a9e6-50340f097c35', 'x-compute-request-id': 'req-af681ab6-e255-445c-a9e6-50340f097c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:15,493 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:56:15,493 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-bcedcd3b-103e-4907-9a37-5e20d5eaa676', 'x-compute-request-id': 'req-bcedcd3b-103e-4907-9a37-5e20d5eaa676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:16,659 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:56:16,659 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-ddf997df-fd38-4777-b3f1-eca7569a78e8', 'x-compute-request-id': 'req-ddf997df-fd38-4777-b3f1-eca7569a78e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:17,824 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:56:17,824 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-5c9085c3-fce4-42ae-b5f0-1769a5b590a7', 'x-compute-request-id': 'req-5c9085c3-fce4-42ae-b5f0-1769a5b590a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:18,993 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:18,993 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-9c6e59e5-00d9-4290-8655-3017e2e453a0', 'x-compute-request-id': 'req-9c6e59e5-00d9-4290-8655-3017e2e453a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:20,159 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:56:20,159 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-9318d42c-3511-40ae-9cc9-fd2d60bc7271', 'x-compute-request-id': 'req-9318d42c-3511-40ae-9cc9-fd2d60bc7271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:21,321 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:56:21,322 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-aa50893f-1465-4b82-8c67-0135e4a2104b', 'x-compute-request-id': 'req-aa50893f-1465-4b82-8c67-0135e4a2104b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:22,493 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.159s 2022-09-02 09:56:22,493 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-0a369a5a-e4ab-46bd-9826-1314c78ee5fb', 'x-compute-request-id': 'req-0a369a5a-e4ab-46bd-9826-1314c78ee5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:23,662 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:56:23,662 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-d3b8ffa3-834d-4b34-9cc2-4d655f3082fb', 'x-compute-request-id': 'req-d3b8ffa3-834d-4b34-9cc2-4d655f3082fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:24,832 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:56:24,833 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-74fed6c7-7016-4246-8368-182dd40a14ce', 'x-compute-request-id': 'req-74fed6c7-7016-4246-8368-182dd40a14ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:26,002 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:26,002 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-036f16b7-f339-4ef8-a18f-ef7737832fa1', 'x-compute-request-id': 'req-036f16b7-f339-4ef8-a18f-ef7737832fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:27,168 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:56:27,169 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-cd8e1457-5b70-47ec-85c1-9db32e65bda5', 'x-compute-request-id': 'req-cd8e1457-5b70-47ec-85c1-9db32e65bda5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:28,335 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:56:28,335 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-45a1849b-5167-4f0c-bd48-3c55ee5b97e5', 'x-compute-request-id': 'req-45a1849b-5167-4f0c-bd48-3c55ee5b97e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:29,500 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:56:29,501 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-ea966842-fbe9-406d-b988-1600b3841a77', 'x-compute-request-id': 'req-ea966842-fbe9-406d-b988-1600b3841a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:30,670 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:56:30,671 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-d5320d33-fc3b-44ed-a598-68633fb7f4f6', 'x-compute-request-id': 'req-d5320d33-fc3b-44ed-a598-68633fb7f4f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:31,833 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:56:31,834 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-d60fe69d-cd11-4879-a088-c556271eb81b', 'x-compute-request-id': 'req-d60fe69d-cd11-4879-a088-c556271eb81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:33,003 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:33,003 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-ddb4d2ae-9b7e-432f-94f9-cfadb131b5ab', 'x-compute-request-id': 'req-ddb4d2ae-9b7e-432f-94f9-cfadb131b5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:34,173 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:56:34,173 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-c9a91934-5732-4890-956a-2843404cd3ad', 'x-compute-request-id': 'req-c9a91934-5732-4890-956a-2843404cd3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:35,348 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.162s 2022-09-02 09:56:35,348 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-8fe7a87b-5f61-47b0-a190-d7dd12d65c69', 'x-compute-request-id': 'req-8fe7a87b-5f61-47b0-a190-d7dd12d65c69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:36,514 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:56:36,515 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-a238a72d-46b8-4dc1-8cb6-fb04856bd1bc', 'x-compute-request-id': 'req-a238a72d-46b8-4dc1-8cb6-fb04856bd1bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:37,681 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:56:37,682 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-5117197e-00af-4a5a-bc9b-b02a0f0440ad', 'x-compute-request-id': 'req-5117197e-00af-4a5a-bc9b-b02a0f0440ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:39,087 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.393s 2022-09-02 09:56:39,087 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-cbe7499d-aaf1-43c1-9091-5b34891cc084', 'x-compute-request-id': 'req-cbe7499d-aaf1-43c1-9091-5b34891cc084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:40,251 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:56:40,251 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-2bc0b15d-23a6-4066-95e0-167438cb4cfa', 'x-compute-request-id': 'req-2bc0b15d-23a6-4066-95e0-167438cb4cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:41,414 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:56:41,415 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-950c2769-f27d-4cf5-ac74-4a35da206623', 'x-compute-request-id': 'req-950c2769-f27d-4cf5-ac74-4a35da206623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:42,586 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:56:42,587 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-11f90eef-2af5-432b-a732-1805cfd4ca7d', 'x-compute-request-id': 'req-11f90eef-2af5-432b-a732-1805cfd4ca7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:43,760 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.161s 2022-09-02 09:56:43,760 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-a63676dc-21da-4c1c-9604-a07823ae9b51', 'x-compute-request-id': 'req-a63676dc-21da-4c1c-9604-a07823ae9b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:44,926 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:56:44,926 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-83cd5433-6c7f-4d76-921d-4af2dfdf90ec', 'x-compute-request-id': 'req-83cd5433-6c7f-4d76-921d-4af2dfdf90ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:46,091 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:56:46,092 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-58508e96-21ca-4253-b55a-63014c00aceb', 'x-compute-request-id': 'req-58508e96-21ca-4253-b55a-63014c00aceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:47,261 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:47,261 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-81c18b16-e87f-4cb3-be31-4a34c4183a52', 'x-compute-request-id': 'req-81c18b16-e87f-4cb3-be31-4a34c4183a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:48,431 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:56:48,431 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-1c5c6e4a-1cc3-42e5-8089-413dfd99235d', 'x-compute-request-id': 'req-1c5c6e4a-1cc3-42e5-8089-413dfd99235d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:49,596 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:56:49,597 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-c0c0596a-00e6-46fa-8684-de45932403ba', 'x-compute-request-id': 'req-c0c0596a-00e6-46fa-8684-de45932403ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:50,763 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:56:50,764 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-5153ca05-f989-400f-9e90-a11ff8e06e64', 'x-compute-request-id': 'req-5153ca05-f989-400f-9e90-a11ff8e06e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:51,931 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:56:51,932 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-748bf193-676c-4a5b-b7b7-ed79f03d7043', 'x-compute-request-id': 'req-748bf193-676c-4a5b-b7b7-ed79f03d7043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:53,100 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:56:53,101 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-e723d509-efbc-41a5-b811-be57f0626be1', 'x-compute-request-id': 'req-e723d509-efbc-41a5-b811-be57f0626be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:54,271 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:56:54,272 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-065d7d5a-892a-48ad-9377-1c3f5ee08df0', 'x-compute-request-id': 'req-065d7d5a-892a-48ad-9377-1c3f5ee08df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:55,440 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:55,440 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-c71e4f36-f3f9-4da4-bb62-4e768c55e214', 'x-compute-request-id': 'req-c71e4f36-f3f9-4da4-bb62-4e768c55e214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:56,606 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:56:56,606 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-34493570-0ba9-491e-9f32-abb690c77d80', 'x-compute-request-id': 'req-34493570-0ba9-491e-9f32-abb690c77d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:57,776 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:56:57,776 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-46682d88-81e0-49db-850c-824c856d51b1', 'x-compute-request-id': 'req-46682d88-81e0-49db-850c-824c856d51b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:56:58,946 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:56:58,946 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-15454091-ba0c-4771-8713-313f34199e14', 'x-compute-request-id': 'req-15454091-ba0c-4771-8713-313f34199e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:00,114 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:57:00,115 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:56: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-ea8f4bf7-b689-431e-9288-1abfde3abd66', 'x-compute-request-id': 'req-ea8f4bf7-b689-431e-9288-1abfde3abd66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:01,282 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:01,282 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-d9e14e52-9477-4e26-b77d-c1904708b178', 'x-compute-request-id': 'req-d9e14e52-9477-4e26-b77d-c1904708b178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:02,449 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:02,449 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-9a59bc83-b783-4e85-98e2-27a8c41dabfe', 'x-compute-request-id': 'req-9a59bc83-b783-4e85-98e2-27a8c41dabfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:03,619 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:57:03,619 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-f872754e-1061-45b1-8df0-ba6f3dd7b73a', 'x-compute-request-id': 'req-f872754e-1061-45b1-8df0-ba6f3dd7b73a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:04,786 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:04,786 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-3de33e16-95b7-41e4-9cde-74bef971d4d1', 'x-compute-request-id': 'req-3de33e16-95b7-41e4-9cde-74bef971d4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:05,957 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:57:05,957 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-bb56dcc3-d6a1-4f8e-9170-ca95a638da12', 'x-compute-request-id': 'req-bb56dcc3-d6a1-4f8e-9170-ca95a638da12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:07,127 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:57:07,127 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-2fd6a17e-5fd8-4dc6-8f60-06a329828112', 'x-compute-request-id': 'req-2fd6a17e-5fd8-4dc6-8f60-06a329828112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:08,293 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:57:08,293 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-146ca400-cec0-4ae8-9063-a61ea0b9b1e6', 'x-compute-request-id': 'req-146ca400-cec0-4ae8-9063-a61ea0b9b1e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:09,463 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:57:09,463 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-64d168c8-f746-4153-b32d-cb15a7d37e66', 'x-compute-request-id': 'req-64d168c8-f746-4153-b32d-cb15a7d37e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:10,634 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:57:10,634 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-d71d59bc-08be-498c-9c5a-c10cf47a0d54', 'x-compute-request-id': 'req-d71d59bc-08be-498c-9c5a-c10cf47a0d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:11,805 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:57:11,805 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-f568d8fe-8136-48c3-ac3b-6f03e68da5ea', 'x-compute-request-id': 'req-f568d8fe-8136-48c3-ac3b-6f03e68da5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:12,972 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:12,973 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-44aa1756-12dd-4b64-ae12-42eeedeb298d', 'x-compute-request-id': 'req-44aa1756-12dd-4b64-ae12-42eeedeb298d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:14,137 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:57:14,138 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-7a6efb43-1490-4771-82c1-ac7160950571', 'x-compute-request-id': 'req-7a6efb43-1490-4771-82c1-ac7160950571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:15,306 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:57:15,307 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-2e5a7e8e-f7a0-4c6a-a3ac-9bbc075b9020', 'x-compute-request-id': 'req-2e5a7e8e-f7a0-4c6a-a3ac-9bbc075b9020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:16,483 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.165s 2022-09-02 09:57:16,484 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-dcf7fbbd-eda1-45e6-ab04-0abf35e10b51', 'x-compute-request-id': 'req-dcf7fbbd-eda1-45e6-ab04-0abf35e10b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:17,741 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.243s 2022-09-02 09:57:17,741 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-dd0949aa-3c86-4497-a6af-123b712759f3', 'x-compute-request-id': 'req-dd0949aa-3c86-4497-a6af-123b712759f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:18,926 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.172s 2022-09-02 09:57:18,926 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-dab2c1b3-4f15-47f3-ad51-bb471e7f20e0', 'x-compute-request-id': 'req-dab2c1b3-4f15-47f3-ad51-bb471e7f20e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:20,096 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:57:20,097 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-a02bf020-e6b0-4f91-8456-aa39d92dec51', 'x-compute-request-id': 'req-a02bf020-e6b0-4f91-8456-aa39d92dec51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:21,265 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:57:21,265 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-cbcbc52e-05ed-4d8e-afdc-7589ab4484ce', 'x-compute-request-id': 'req-cbcbc52e-05ed-4d8e-afdc-7589ab4484ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:22,433 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:22,433 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-3ceb3018-8588-41cd-8c73-c3dc2ea9bf04', 'x-compute-request-id': 'req-3ceb3018-8588-41cd-8c73-c3dc2ea9bf04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:23,602 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:57:23,602 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-f5914772-ba11-410d-a83d-570c2ba6911f', 'x-compute-request-id': 'req-f5914772-ba11-410d-a83d-570c2ba6911f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:24,769 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:24,769 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-eb63fb1f-57c7-4311-b3b6-3bebbf4eb599', 'x-compute-request-id': 'req-eb63fb1f-57c7-4311-b3b6-3bebbf4eb599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:25,934 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:57:25,934 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-0c4d8b57-3082-4311-a87a-2153409d1563', 'x-compute-request-id': 'req-0c4d8b57-3082-4311-a87a-2153409d1563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:27,105 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:57:27,105 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-12ac757c-0500-4da0-a2c3-b77895d685a0', 'x-compute-request-id': 'req-12ac757c-0500-4da0-a2c3-b77895d685a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:28,271 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:57:28,271 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-bf1de9c0-d1bc-481e-ac57-e3fcf7a0d72b', 'x-compute-request-id': 'req-bf1de9c0-d1bc-481e-ac57-e3fcf7a0d72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:29,438 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:57:29,438 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-a538b7b2-019b-45c1-9df6-961a762fb56d', 'x-compute-request-id': 'req-a538b7b2-019b-45c1-9df6-961a762fb56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:30,602 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:57:30,603 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-9bac3bce-7504-4cd2-aa98-9e36d530e3a6', 'x-compute-request-id': 'req-9bac3bce-7504-4cd2-aa98-9e36d530e3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:31,765 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:57:31,766 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-458c9c14-9346-4991-b21e-db935268054a', 'x-compute-request-id': 'req-458c9c14-9346-4991-b21e-db935268054a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:32,934 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:57:32,934 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-205ffe24-dbe8-4091-b171-8c550e55a39a', 'x-compute-request-id': 'req-205ffe24-dbe8-4091-b171-8c550e55a39a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:34,100 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:57:34,100 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-5d93dcec-0b4f-4714-a564-850bb511b9be', 'x-compute-request-id': 'req-5d93dcec-0b4f-4714-a564-850bb511b9be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:35,271 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.159s 2022-09-02 09:57:35,272 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-a6e2209d-c8e5-4568-a20a-fcf202f4486e', 'x-compute-request-id': 'req-a6e2209d-c8e5-4568-a20a-fcf202f4486e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:36,439 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:36,439 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-f9a6f677-ae62-4ff0-86d9-588e1c0c4929', 'x-compute-request-id': 'req-f9a6f677-ae62-4ff0-86d9-588e1c0c4929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:37,607 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:57:37,607 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-a14cacb6-c56b-4e59-9fec-0cb5b2217a24', 'x-compute-request-id': 'req-a14cacb6-c56b-4e59-9fec-0cb5b2217a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:38,778 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:57:38,779 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-7f954208-5740-4376-90b5-3a76b6c9e29a', 'x-compute-request-id': 'req-7f954208-5740-4376-90b5-3a76b6c9e29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:39,943 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:57:39,943 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-071a0d04-6c5e-4d25-9067-ad39fb02245e', 'x-compute-request-id': 'req-071a0d04-6c5e-4d25-9067-ad39fb02245e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:41,111 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:57:41,111 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-4ec0249c-6a3f-42df-8624-4a7b4d7e30ed', 'x-compute-request-id': 'req-4ec0249c-6a3f-42df-8624-4a7b4d7e30ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:42,278 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:42,278 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-fadce21e-b1d7-4b10-8f2a-ca7271059496', 'x-compute-request-id': 'req-fadce21e-b1d7-4b10-8f2a-ca7271059496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:43,445 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:43,445 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-2f2e7fc4-409e-43ed-97e1-b5aebb091680', 'x-compute-request-id': 'req-2f2e7fc4-409e-43ed-97e1-b5aebb091680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:44,608 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:57:44,609 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-26ae0052-8e8b-478a-9752-e1407198888f', 'x-compute-request-id': 'req-26ae0052-8e8b-478a-9752-e1407198888f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:45,773 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:57:45,773 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-ff706980-dcd3-4037-9e5b-c318f7b9442d', 'x-compute-request-id': 'req-ff706980-dcd3-4037-9e5b-c318f7b9442d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:46,944 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:57:46,944 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-712e84ea-f6b8-4915-8910-d06408f83cc8', 'x-compute-request-id': 'req-712e84ea-f6b8-4915-8910-d06408f83cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:48,106 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:57:48,107 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-22dd52df-36b2-4fd0-b7c4-eeaea91cc3c7', 'x-compute-request-id': 'req-22dd52df-36b2-4fd0-b7c4-eeaea91cc3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:49,273 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:57:49,274 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-5522ef68-1cf3-42fa-ae6b-0cb16f91884a', 'x-compute-request-id': 'req-5522ef68-1cf3-42fa-ae6b-0cb16f91884a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:50,441 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:57:50,441 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-122396bd-8c18-401a-867a-1356bdd30710', 'x-compute-request-id': 'req-122396bd-8c18-401a-867a-1356bdd30710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:51,611 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:57:51,611 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-244396a1-f9fb-4df2-acfe-4d845a9cdba8', 'x-compute-request-id': 'req-244396a1-f9fb-4df2-acfe-4d845a9cdba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:52,777 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:57:52,778 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-8ad54d32-dde9-41dc-9b02-2b3a60af38a7', 'x-compute-request-id': 'req-8ad54d32-dde9-41dc-9b02-2b3a60af38a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:53,943 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:57:53,943 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-5bfbc4df-32cc-43f1-8066-f47a17e85d9f', 'x-compute-request-id': 'req-5bfbc4df-32cc-43f1-8066-f47a17e85d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:55,113 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:57:55,114 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-93528bf3-3ec7-484d-9418-268859f58ee5', 'x-compute-request-id': 'req-93528bf3-3ec7-484d-9418-268859f58ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:56,277 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:57:56,277 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-bb9e38fc-dd71-45c2-993e-437dbe66a5c6', 'x-compute-request-id': 'req-bb9e38fc-dd71-45c2-993e-437dbe66a5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:57,452 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.162s 2022-09-02 09:57:57,452 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-702547ca-2ba9-46fb-b12a-170406f75b4d', 'x-compute-request-id': 'req-702547ca-2ba9-46fb-b12a-170406f75b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:58,614 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:57:58,615 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-d4c31cb2-c028-482b-9104-6ad252ef1fb2', 'x-compute-request-id': 'req-d4c31cb2-c028-482b-9104-6ad252ef1fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:57:59,786 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:57:59,786 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:57: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-deb336e1-4849-4c19-8d29-096c03843d5c', 'x-compute-request-id': 'req-deb336e1-4849-4c19-8d29-096c03843d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:00,952 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:00,953 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-c2ccb71a-1bb3-4c52-962e-f85195993b0d', 'x-compute-request-id': 'req-c2ccb71a-1bb3-4c52-962e-f85195993b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:02,119 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:58:02,119 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-f4cb5d1b-1b51-421e-9010-5a564f405d3d', 'x-compute-request-id': 'req-f4cb5d1b-1b51-421e-9010-5a564f405d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:03,286 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:03,286 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-f3a87db7-e344-4f17-a1f3-dced891fb943', 'x-compute-request-id': 'req-f3a87db7-e344-4f17-a1f3-dced891fb943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:04,450 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:58:04,450 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-6ba0d920-fc02-4345-9d3c-10a7c150f0eb', 'x-compute-request-id': 'req-6ba0d920-fc02-4345-9d3c-10a7c150f0eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:05,620 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:05,621 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-269a1b1f-c045-4c59-ac7b-cd05c2d97698', 'x-compute-request-id': 'req-269a1b1f-c045-4c59-ac7b-cd05c2d97698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:06,786 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:58:06,786 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-8c45ea7a-68d4-4bb5-bb7f-05082cbca845', 'x-compute-request-id': 'req-8c45ea7a-68d4-4bb5-bb7f-05082cbca845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:07,951 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:58:07,952 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-a0e1c8d8-e367-45ba-9255-d118ed4acfe5', 'x-compute-request-id': 'req-a0e1c8d8-e367-45ba-9255-d118ed4acfe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:09,121 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:58:09,121 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-99e311e7-29e3-4952-a403-6b764738d0cb', 'x-compute-request-id': 'req-99e311e7-29e3-4952-a403-6b764738d0cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:10,284 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:58:10,285 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-d2e4b7f3-8f14-46ac-80ae-7331f8c1ca5a', 'x-compute-request-id': 'req-d2e4b7f3-8f14-46ac-80ae-7331f8c1ca5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:11,452 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:11,453 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-73991d15-c401-4367-a67a-10c228129cb0', 'x-compute-request-id': 'req-73991d15-c401-4367-a67a-10c228129cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:12,616 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:58:12,616 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-f0b7b16a-dfe3-47b4-9fe4-0a3173d955a5', 'x-compute-request-id': 'req-f0b7b16a-dfe3-47b4-9fe4-0a3173d955a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:13,786 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:58:13,786 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-8dc6aba4-cc68-44a1-a4ff-33593ec89a16', 'x-compute-request-id': 'req-8dc6aba4-cc68-44a1-a4ff-33593ec89a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:14,956 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:58:14,956 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-b3a7f767-7db0-43b3-a894-241a254da83f', 'x-compute-request-id': 'req-b3a7f767-7db0-43b3-a894-241a254da83f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:16,124 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:16,124 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-aaf8410f-c6e8-4720-8abb-99b747377d78', 'x-compute-request-id': 'req-aaf8410f-c6e8-4720-8abb-99b747377d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:17,291 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:58:17,291 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-52df4a43-fea2-42da-81c4-d00d064f2eb4', 'x-compute-request-id': 'req-52df4a43-fea2-42da-81c4-d00d064f2eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:18,455 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:58:18,455 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-7e8463fa-26ad-4f22-be28-ba2440496d8d', 'x-compute-request-id': 'req-7e8463fa-26ad-4f22-be28-ba2440496d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:19,620 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:58:19,620 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-91c428b4-bb4a-4d11-95c0-a70cdc7f1aef', 'x-compute-request-id': 'req-91c428b4-bb4a-4d11-95c0-a70cdc7f1aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:20,787 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:20,788 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-337a1397-ac53-4622-b26c-95e2a820235c', 'x-compute-request-id': 'req-337a1397-ac53-4622-b26c-95e2a820235c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:21,953 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:58:21,954 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-877c4dfc-b526-4993-ae82-eee47e22e31e', 'x-compute-request-id': 'req-877c4dfc-b526-4993-ae82-eee47e22e31e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:23,124 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:58:23,124 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-5355011d-4c82-4786-948b-517e4d8c5646', 'x-compute-request-id': 'req-5355011d-4c82-4786-948b-517e4d8c5646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:24,288 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:58:24,289 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-238c6f2f-ea33-4b70-bc0c-44d825483edb', 'x-compute-request-id': 'req-238c6f2f-ea33-4b70-bc0c-44d825483edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:25,699 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.398s 2022-09-02 09:58:25,699 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-d4820c4e-a357-449c-b33e-4cadbe63d90b', 'x-compute-request-id': 'req-d4820c4e-a357-449c-b33e-4cadbe63d90b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:26,864 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:58:26,865 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-e3b33034-5373-40dd-8aae-a9ad3a387719', 'x-compute-request-id': 'req-e3b33034-5373-40dd-8aae-a9ad3a387719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:28,031 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:58:28,031 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-ec1f6fab-5f53-4be9-8fe0-f06a5c3de76c', 'x-compute-request-id': 'req-ec1f6fab-5f53-4be9-8fe0-f06a5c3de76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:29,207 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.163s 2022-09-02 09:58:29,208 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-cc27eaf4-df82-475a-8468-b95940348296', 'x-compute-request-id': 'req-cc27eaf4-df82-475a-8468-b95940348296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:30,375 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:30,377 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-1cf59d6c-c301-4ef0-ab07-6aceb768d1a8', 'x-compute-request-id': 'req-1cf59d6c-c301-4ef0-ab07-6aceb768d1a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:31,545 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:58:31,545 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-c2a7a697-a340-4349-b655-9c5836f66002', 'x-compute-request-id': 'req-c2a7a697-a340-4349-b655-9c5836f66002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:32,706 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.148s 2022-09-02 09:58:32,706 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-d5d2deaa-3895-4e57-903c-7ba2acf58dfa', 'x-compute-request-id': 'req-d5d2deaa-3895-4e57-903c-7ba2acf58dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:33,875 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:58:33,875 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-efc0ba8c-14db-4908-8d28-f880e6352f45', 'x-compute-request-id': 'req-efc0ba8c-14db-4908-8d28-f880e6352f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:35,040 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:58:35,041 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-59350f78-eb84-4488-be74-f076d417e038', 'x-compute-request-id': 'req-59350f78-eb84-4488-be74-f076d417e038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:36,204 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:58:36,204 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-a53cc723-2ee4-424b-9f93-1057ad4598b9', 'x-compute-request-id': 'req-a53cc723-2ee4-424b-9f93-1057ad4598b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:37,374 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:58:37,376 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-86e48138-2d8f-4bf9-8212-36382c9666de', 'x-compute-request-id': 'req-86e48138-2d8f-4bf9-8212-36382c9666de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:38,543 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:38,543 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-0d4f739b-4cf3-44c0-a9ad-9ad8872c4406', 'x-compute-request-id': 'req-0d4f739b-4cf3-44c0-a9ad-9ad8872c4406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:39,710 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:58:39,710 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-d2209d96-c61f-470a-90ab-1f057cf582a9', 'x-compute-request-id': 'req-d2209d96-c61f-470a-90ab-1f057cf582a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:40,876 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:58:40,876 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-0593fd79-5b36-4c6d-8754-2cc0c9a99b6f', 'x-compute-request-id': 'req-0593fd79-5b36-4c6d-8754-2cc0c9a99b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:42,044 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:58:42,044 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-5f84e70d-b0d7-45f6-a097-54d1f6cab6c2', 'x-compute-request-id': 'req-5f84e70d-b0d7-45f6-a097-54d1f6cab6c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:43,207 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:58:43,208 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-6a374322-93f2-4473-80bb-d57da12c8b72', 'x-compute-request-id': 'req-6a374322-93f2-4473-80bb-d57da12c8b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:44,375 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:58:44,376 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-1e99ffe3-25e7-4782-9832-1a9223720d6a', 'x-compute-request-id': 'req-1e99ffe3-25e7-4782-9832-1a9223720d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:45,546 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:58:45,546 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-06a05290-b387-442b-89e7-2e798a7e6f7c', 'x-compute-request-id': 'req-06a05290-b387-442b-89e7-2e798a7e6f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:46,882 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.322s 2022-09-02 09:58:46,883 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-c33a7f25-291b-4920-84bc-84733a6547a7', 'x-compute-request-id': 'req-c33a7f25-291b-4920-84bc-84733a6547a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:48,052 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:58:48,052 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-50dc6e2b-6b05-44bc-9e8b-deee9982a8dd', 'x-compute-request-id': 'req-50dc6e2b-6b05-44bc-9e8b-deee9982a8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:49,218 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:58:49,219 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-5c6ece9a-460f-4519-a27e-1d502dea4667', 'x-compute-request-id': 'req-5c6ece9a-460f-4519-a27e-1d502dea4667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:50,384 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:58:50,384 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-7dcea0f9-ceeb-4926-9012-8f5d22b81233', 'x-compute-request-id': 'req-7dcea0f9-ceeb-4926-9012-8f5d22b81233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:51,559 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.162s 2022-09-02 09:58:51,559 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-e5e20544-0f75-41fd-a4de-0694448a1a29', 'x-compute-request-id': 'req-e5e20544-0f75-41fd-a4de-0694448a1a29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:52,728 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:58:52,728 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-6e1ff04d-0f75-49fb-864d-d8f0881aa092', 'x-compute-request-id': 'req-6e1ff04d-0f75-49fb-864d-d8f0881aa092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:53,900 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.159s 2022-09-02 09:58:53,900 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-f886c26f-508b-41f5-909c-b115c4316bdc', 'x-compute-request-id': 'req-f886c26f-508b-41f5-909c-b115c4316bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:55,066 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:58:55,066 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-89c2e5a8-0191-406b-a569-8bb09ac6e113', 'x-compute-request-id': 'req-89c2e5a8-0191-406b-a569-8bb09ac6e113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:56,235 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:58:56,235 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-c3a816f3-4f1c-4ac6-821a-1647588e000e', 'x-compute-request-id': 'req-c3a816f3-4f1c-4ac6-821a-1647588e000e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:57,397 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:58:57,398 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-4de84b8e-be6b-4f6c-850b-19f9b1f2662a', 'x-compute-request-id': 'req-4de84b8e-be6b-4f6c-850b-19f9b1f2662a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:58,565 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:58:58,566 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-9babe31e-7468-470f-98e0-f02d4730fd1e', 'x-compute-request-id': 'req-9babe31e-7468-470f-98e0-f02d4730fd1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:58:59,740 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.162s 2022-09-02 09:58:59,740 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:58: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-10de07d0-bb8f-4c69-a115-2384f8c665eb', 'x-compute-request-id': 'req-10de07d0-bb8f-4c69-a115-2384f8c665eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:00,911 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:59:00,911 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-6f1b1d23-8560-41f1-812e-ed201344e2cc', 'x-compute-request-id': 'req-6f1b1d23-8560-41f1-812e-ed201344e2cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:02,079 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:59:02,080 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-6087badb-8793-438e-ad33-a635524a8d50', 'x-compute-request-id': 'req-6087badb-8793-438e-ad33-a635524a8d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:03,246 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:59:03,246 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-4035b2b5-4275-413a-a62a-baee7fbd3f04', 'x-compute-request-id': 'req-4035b2b5-4275-413a-a62a-baee7fbd3f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:04,409 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:59:04,410 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-a516bfbb-7237-4fb8-999a-998227fa216e', 'x-compute-request-id': 'req-a516bfbb-7237-4fb8-999a-998227fa216e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:05,579 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:59:05,580 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-df543f30-bf54-42a2-8aa8-2b68844e94d6', 'x-compute-request-id': 'req-df543f30-bf54-42a2-8aa8-2b68844e94d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:06,745 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:59:06,745 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-45b1c336-4738-4f44-ab45-11e33d90e4f2', 'x-compute-request-id': 'req-45b1c336-4738-4f44-ab45-11e33d90e4f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:07,916 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:59:07,917 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-9b0c22e4-ebc3-48b7-b594-cab579ad6743', 'x-compute-request-id': 'req-9b0c22e4-ebc3-48b7-b594-cab579ad6743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:09,082 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:59:09,082 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-9b5a25a1-b997-4f53-8b0f-17a66657e0ae', 'x-compute-request-id': 'req-9b5a25a1-b997-4f53-8b0f-17a66657e0ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:10,262 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.166s 2022-09-02 09:59:10,262 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-2585f3ab-5752-45b6-9c49-9e67284fe106', 'x-compute-request-id': 'req-2585f3ab-5752-45b6-9c49-9e67284fe106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:11,426 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:59:11,426 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-8021966b-0605-46d6-ac49-70c590c89901', 'x-compute-request-id': 'req-8021966b-0605-46d6-ac49-70c590c89901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:12,592 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:59:12,593 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-5076103d-b977-4ece-8bad-1abe4ba498f8', 'x-compute-request-id': 'req-5076103d-b977-4ece-8bad-1abe4ba498f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:13,759 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:59:13,759 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-c1ca1977-f5fc-4239-8db8-7a645fe59e1e', 'x-compute-request-id': 'req-c1ca1977-f5fc-4239-8db8-7a645fe59e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:14,926 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:59:14,926 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-142a9e00-d9e2-4236-90aa-d1e2cb2897b0', 'x-compute-request-id': 'req-142a9e00-d9e2-4236-90aa-d1e2cb2897b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:16,095 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:59:16,096 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-4e7104de-a237-442c-bb1c-94a6e36f83fe', 'x-compute-request-id': 'req-4e7104de-a237-442c-bb1c-94a6e36f83fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:17,261 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:59:17,261 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-9e3c14b4-f7c1-44f2-bf06-ae4c8992e13e', 'x-compute-request-id': 'req-9e3c14b4-f7c1-44f2-bf06-ae4c8992e13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:18,426 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:18,426 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-b1b83976-f140-4106-a7f7-617d8f002fd7', 'x-compute-request-id': 'req-b1b83976-f140-4106-a7f7-617d8f002fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:19,593 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:59:19,594 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-05c557d0-c60b-4d9f-a3d4-777677c9bc00', 'x-compute-request-id': 'req-05c557d0-c60b-4d9f-a3d4-777677c9bc00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:20,758 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:20,758 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-7e1f3401-c738-4dfe-90b8-6a0668b6e439', 'x-compute-request-id': 'req-7e1f3401-c738-4dfe-90b8-6a0668b6e439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:21,935 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.165s 2022-09-02 09:59:21,936 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-692bb486-8c6a-4380-ae38-d99d2d3ac6b6', 'x-compute-request-id': 'req-692bb486-8c6a-4380-ae38-d99d2d3ac6b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:23,104 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:59:23,104 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-cf9e3606-1505-4263-b3cb-0db087ce5157', 'x-compute-request-id': 'req-cf9e3606-1505-4263-b3cb-0db087ce5157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:24,272 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:59:24,272 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-1ddd7c4f-5706-42fb-a450-4209d2d03ea6', 'x-compute-request-id': 'req-1ddd7c4f-5706-42fb-a450-4209d2d03ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:25,438 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 09:59:25,438 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-6ca3737f-c52c-462d-9349-718c4390a84d', 'x-compute-request-id': 'req-6ca3737f-c52c-462d-9349-718c4390a84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:26,602 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 09:59:26,602 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-0fa71dc8-087f-4ec9-9bad-2160ed6d4a38', 'x-compute-request-id': 'req-0fa71dc8-087f-4ec9-9bad-2160ed6d4a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:27,771 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:59:27,771 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-2c58be0c-6d1f-446d-9f6b-44e7d9809ce0', 'x-compute-request-id': 'req-2c58be0c-6d1f-446d-9f6b-44e7d9809ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:28,942 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:59:28,942 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-d86a9781-f127-4a87-8836-97fcb2280a9e', 'x-compute-request-id': 'req-d86a9781-f127-4a87-8836-97fcb2280a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:30,113 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:59:30,113 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-c3de6beb-fb04-4d1c-a364-d48f1ced2f37', 'x-compute-request-id': 'req-c3de6beb-fb04-4d1c-a364-d48f1ced2f37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:31,280 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:59:31,280 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-86dc4df3-567b-46d1-80c4-8f353e1a3fa1', 'x-compute-request-id': 'req-86dc4df3-567b-46d1-80c4-8f353e1a3fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:32,445 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:32,445 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-9140ed67-0d55-4f19-b74a-92ccfa34cc56', 'x-compute-request-id': 'req-9140ed67-0d55-4f19-b74a-92ccfa34cc56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:33,614 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 09:59:33,614 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-68dd75e6-426f-4bda-b04a-e5bd9d8c7b8c', 'x-compute-request-id': 'req-68dd75e6-426f-4bda-b04a-e5bd9d8c7b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:34,778 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:34,778 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-c1783836-2470-4864-ad2c-118ae7e866f1', 'x-compute-request-id': 'req-c1783836-2470-4864-ad2c-118ae7e866f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:35,947 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:59:35,948 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-39545964-5d4c-41a9-a858-a571e1b9769c', 'x-compute-request-id': 'req-39545964-5d4c-41a9-a858-a571e1b9769c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:37,112 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:37,112 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-982f39cd-12fb-47be-b63f-fc737a35cb67', 'x-compute-request-id': 'req-982f39cd-12fb-47be-b63f-fc737a35cb67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:38,280 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:59:38,280 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-dc2b0d03-cc41-4a8d-95c0-5894f3a3b322', 'x-compute-request-id': 'req-dc2b0d03-cc41-4a8d-95c0-5894f3a3b322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:39,445 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:59:39,445 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-80bbc6df-a0c0-45de-a4e4-2dc09ddef0dd', 'x-compute-request-id': 'req-80bbc6df-a0c0-45de-a4e4-2dc09ddef0dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:40,609 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:40,610 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-a4d678a1-1582-4b6a-b458-4a381c18eb88', 'x-compute-request-id': 'req-a4d678a1-1582-4b6a-b458-4a381c18eb88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:41,780 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 09:59:41,781 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-cea1ae0c-2e3b-4ae1-9702-da7018c45899', 'x-compute-request-id': 'req-cea1ae0c-2e3b-4ae1-9702-da7018c45899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:42,944 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 09:59:42,945 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-66c96c8b-d1ce-4028-9e04-8a74c1357686', 'x-compute-request-id': 'req-66c96c8b-d1ce-4028-9e04-8a74c1357686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:44,111 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:59:44,112 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-163a9f9d-6662-493c-bb91-c8ae4f7c884b', 'x-compute-request-id': 'req-163a9f9d-6662-493c-bb91-c8ae4f7c884b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:45,280 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:59:45,280 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-c2821409-2168-47bb-be57-a674af8207c2', 'x-compute-request-id': 'req-c2821409-2168-47bb-be57-a674af8207c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:46,447 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:59:46,448 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-535897ac-3aa4-4350-9732-aa463eefb370', 'x-compute-request-id': 'req-535897ac-3aa4-4350-9732-aa463eefb370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:47,614 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 09:59:47,614 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-4e714442-9b35-484f-b0e5-480fc0f9a054', 'x-compute-request-id': 'req-4e714442-9b35-484f-b0e5-480fc0f9a054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:48,779 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:48,780 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-d6e86d2e-fd53-4e47-ac63-7ec7f95c730d', 'x-compute-request-id': 'req-d6e86d2e-fd53-4e47-ac63-7ec7f95c730d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:49,952 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.160s 2022-09-02 09:59:49,952 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-02530707-4a4a-44a2-8ed2-fc1df1560fc8', 'x-compute-request-id': 'req-02530707-4a4a-44a2-8ed2-fc1df1560fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:51,120 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:59:51,120 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-ac0d0057-339c-4131-9239-086564c30b1c', 'x-compute-request-id': 'req-ac0d0057-339c-4131-9239-086564c30b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:52,293 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.160s 2022-09-02 09:59:52,294 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-a84e947c-0746-41b5-8fd4-0251600bbc21', 'x-compute-request-id': 'req-a84e947c-0746-41b5-8fd4-0251600bbc21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:53,457 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:53,458 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-0c97548c-a8f4-4e08-b72d-90aef1aeb745', 'x-compute-request-id': 'req-0c97548c-a8f4-4e08-b72d-90aef1aeb745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:54,621 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:54,621 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-236ea5ca-7ea6-42b8-a3ec-25294e2a602f', 'x-compute-request-id': 'req-236ea5ca-7ea6-42b8-a3ec-25294e2a602f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:55,791 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 09:59:55,792 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-63e69bd9-e398-4486-923e-3e84c21fdec9', 'x-compute-request-id': 'req-63e69bd9-e398-4486-923e-3e84c21fdec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:56,959 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:59:56,960 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-cdb3fdae-3d26-46c6-bc1a-f1ad35f4482c', 'x-compute-request-id': 'req-cdb3fdae-3d26-46c6-bc1a-f1ad35f4482c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:58,127 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 09:59:58,128 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-7daefc81-da65-44ef-a179-e564858ddb8a', 'x-compute-request-id': 'req-7daefc81-da65-44ef-a179-e564858ddb8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 09:59:59,293 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 09:59:59,293 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:59: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-8ebe9255-863b-4cf6-8041-b38f14046f79', 'x-compute-request-id': 'req-8ebe9255-863b-4cf6-8041-b38f14046f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:00,456 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 10:00:00,457 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-3dec724f-8321-4581-b942-e2454b20b3bd', 'x-compute-request-id': 'req-3dec724f-8321-4581-b942-e2454b20b3bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:01,627 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:00:01,627 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-8d334997-2452-4915-b433-159637bdcbf4', 'x-compute-request-id': 'req-8d334997-2452-4915-b433-159637bdcbf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:02,790 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 10:00:02,790 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-28b33062-3f2e-45bf-9304-8eb68ec6b2f3', 'x-compute-request-id': 'req-28b33062-3f2e-45bf-9304-8eb68ec6b2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:03,959 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:00:03,967 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-996033bd-6223-427a-b503-e3fc1f48e81b', 'x-compute-request-id': 'req-996033bd-6223-427a-b503-e3fc1f48e81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:05,135 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:00:05,136 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-b6910f37-c5bf-4ba5-9471-5c6225e01038', 'x-compute-request-id': 'req-b6910f37-c5bf-4ba5-9471-5c6225e01038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:06,304 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:00:06,305 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-8fb484e0-a163-4cd5-952c-6dc213624ac5', 'x-compute-request-id': 'req-8fb484e0-a163-4cd5-952c-6dc213624ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:07,467 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 10:00:07,467 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-8247b324-f0fd-4cf8-929e-ae22b5a13e08', 'x-compute-request-id': 'req-8247b324-f0fd-4cf8-929e-ae22b5a13e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:08,631 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:00:08,631 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-e8164a7d-daa2-4e93-ab0d-4ae1bc45b191', 'x-compute-request-id': 'req-e8164a7d-daa2-4e93-ab0d-4ae1bc45b191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:09,801 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 10:00:09,801 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-f4cb3c20-83e6-4750-9d5e-eb8571cacbd1', 'x-compute-request-id': 'req-f4cb3c20-83e6-4750-9d5e-eb8571cacbd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:10,968 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:00:10,968 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-b4fa1cbf-2204-4906-94cf-284176e43fc0', 'x-compute-request-id': 'req-b4fa1cbf-2204-4906-94cf-284176e43fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:12,148 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.167s 2022-09-02 10:00:12,149 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-ecc6910e-5256-43eb-bd5b-69fef7c6ef92', 'x-compute-request-id': 'req-ecc6910e-5256-43eb-bd5b-69fef7c6ef92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:13,314 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 10:00:13,314 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-cfc58de8-6e96-4fe5-ad1f-91c33cb35fb1', 'x-compute-request-id': 'req-cfc58de8-6e96-4fe5-ad1f-91c33cb35fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:14,481 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:00:14,481 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-570a91d3-24ea-4ba9-aeb5-262a12c9e7c4', 'x-compute-request-id': 'req-570a91d3-24ea-4ba9-aeb5-262a12c9e7c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:15,648 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:00:15,648 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-2309a881-8595-4c05-b8df-19de0db40e22', 'x-compute-request-id': 'req-2309a881-8595-4c05-b8df-19de0db40e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:16,818 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:00:16,818 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-5ebb6ad3-aa41-41f0-ab5d-8d2d212b5643', 'x-compute-request-id': 'req-5ebb6ad3-aa41-41f0-ab5d-8d2d212b5643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:18,034 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.204s 2022-09-02 10:00:18,034 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-b2ad5177-6498-4e19-b508-c2e8e574fc0b', 'x-compute-request-id': 'req-b2ad5177-6498-4e19-b508-c2e8e574fc0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:19,211 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.163s 2022-09-02 10:00:19,211 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-186ed1ec-a426-474c-9818-8c5c38b3cdee', 'x-compute-request-id': 'req-186ed1ec-a426-474c-9818-8c5c38b3cdee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:20,376 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 10:00:20,377 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-cf4aeff3-3342-46fe-a89f-878b4f3dd95c', 'x-compute-request-id': 'req-cf4aeff3-3342-46fe-a89f-878b4f3dd95c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:21,539 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.150s 2022-09-02 10:00:21,539 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-e263ff6d-a6cd-4cd6-b94e-3dceae98f4ec', 'x-compute-request-id': 'req-e263ff6d-a6cd-4cd6-b94e-3dceae98f4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:22,710 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 10:00:22,710 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-36c2f194-2589-4ca7-9b6c-a155f7e1b04c', 'x-compute-request-id': 'req-36c2f194-2589-4ca7-9b6c-a155f7e1b04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:23,877 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:00:23,877 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-a34debe1-7786-4cdd-9a7d-24099fc14e18', 'x-compute-request-id': 'req-a34debe1-7786-4cdd-9a7d-24099fc14e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:25,049 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 10:00:25,049 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-170be0c3-9281-469f-9873-666c7538e48f', 'x-compute-request-id': 'req-170be0c3-9281-469f-9873-666c7538e48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:26,216 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:00:26,216 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-a8dbeaa1-c403-4887-b3b9-f7114eabcba0', 'x-compute-request-id': 'req-a8dbeaa1-c403-4887-b3b9-f7114eabcba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:27,383 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:00:27,384 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-b952973d-df15-4df9-8db8-48f5fea422d7', 'x-compute-request-id': 'req-b952973d-df15-4df9-8db8-48f5fea422d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:28,547 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 10:00:28,548 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-40e28820-0872-4801-8117-97328bf7a1a3', 'x-compute-request-id': 'req-40e28820-0872-4801-8117-97328bf7a1a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:29,712 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:00:29,713 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-7e5f98d1-fe5d-42b2-9804-6198b46b0635', 'x-compute-request-id': 'req-7e5f98d1-fe5d-42b2-9804-6198b46b0635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:30,891 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.166s 2022-09-02 10:00:30,892 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-da26d4d9-8c0d-463b-a0f4-cebf5c638e0a', 'x-compute-request-id': 'req-da26d4d9-8c0d-463b-a0f4-cebf5c638e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:32,058 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:00:32,058 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-736e4bc9-f2bb-4d1d-9e15-f1eb71efa381', 'x-compute-request-id': 'req-736e4bc9-f2bb-4d1d-9e15-f1eb71efa381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:33,229 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 10:00:33,229 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-656de142-4782-40fa-b963-0463518886e7', 'x-compute-request-id': 'req-656de142-4782-40fa-b963-0463518886e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:34,397 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:00:34,398 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-a48e6544-4f54-4ea1-bc38-3ad0798b3f0b', 'x-compute-request-id': 'req-a48e6544-4f54-4ea1-bc38-3ad0798b3f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:35,569 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 10:00:35,569 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-52923775-db16-42b6-8bad-4a31d39fc59f', 'x-compute-request-id': 'req-52923775-db16-42b6-8bad-4a31d39fc59f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:36,737 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:00:36,737 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-79bf29a3-d544-4d61-828d-fd72e1997a03', 'x-compute-request-id': 'req-79bf29a3-d544-4d61-828d-fd72e1997a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:37,902 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:00:37,903 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-7c14eb33-9077-442a-8cb9-ae820d5cde18', 'x-compute-request-id': 'req-7c14eb33-9077-442a-8cb9-ae820d5cde18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:39,074 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.159s 2022-09-02 10:00:39,074 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-7e71f31a-bdcb-44ee-bd9d-bbdb9c53767b', 'x-compute-request-id': 'req-7e71f31a-bdcb-44ee-bd9d-bbdb9c53767b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:40,239 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:00:40,239 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-93cdee9e-868b-43a4-8cd0-301ef1442400', 'x-compute-request-id': 'req-93cdee9e-868b-43a4-8cd0-301ef1442400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:41,406 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:00:41,407 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-67893f60-69e7-40ae-9dd1-c8656621a9f6', 'x-compute-request-id': 'req-67893f60-69e7-40ae-9dd1-c8656621a9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:42,573 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:00:42,573 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-92896b65-b6ff-4a73-888b-9cf1791ac80d', 'x-compute-request-id': 'req-92896b65-b6ff-4a73-888b-9cf1791ac80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:43,739 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 10:00:43,739 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-0155a7dd-74df-4b03-a61e-72cce6d970fc', 'x-compute-request-id': 'req-0155a7dd-74df-4b03-a61e-72cce6d970fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:44,907 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:00:44,907 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-27193ae7-f3f0-4451-b4d1-b1fdbd7832e9', 'x-compute-request-id': 'req-27193ae7-f3f0-4451-b4d1-b1fdbd7832e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:46,073 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 10:00:46,073 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-ef528ed3-c765-4686-8d60-128552fcb3d9', 'x-compute-request-id': 'req-ef528ed3-c765-4686-8d60-128552fcb3d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:47,241 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:00:47,242 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-3a8ba75f-407f-465c-910a-c77d64ddc8a7', 'x-compute-request-id': 'req-3a8ba75f-407f-465c-910a-c77d64ddc8a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:48,405 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 10:00:48,405 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-ec1e26b8-46ae-43bc-af98-3d0d259d85a6', 'x-compute-request-id': 'req-ec1e26b8-46ae-43bc-af98-3d0d259d85a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:49,569 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:00:49,570 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-db05d822-bb83-4c3a-b725-e4d956b9bf08', 'x-compute-request-id': 'req-db05d822-bb83-4c3a-b725-e4d956b9bf08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:50,973 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.390s 2022-09-02 10:00:50,973 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-9a275393-df00-4f55-8fab-58292a36a216', 'x-compute-request-id': 'req-9a275393-df00-4f55-8fab-58292a36a216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:52,139 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:00:52,139 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-b1603ec2-f898-412a-8e0a-aaec26f6a93f', 'x-compute-request-id': 'req-b1603ec2-f898-412a-8e0a-aaec26f6a93f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:53,308 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:00:53,308 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-c7287b68-d950-4644-8a85-36fe9928da3d', 'x-compute-request-id': 'req-c7287b68-d950-4644-8a85-36fe9928da3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:54,476 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:00:54,476 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-478229c8-c3d6-4090-9508-8aa2b99c6c20', 'x-compute-request-id': 'req-478229c8-c3d6-4090-9508-8aa2b99c6c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:55,648 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:00:55,648 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-a5cda5a5-a860-4913-9361-60419e0c7148', 'x-compute-request-id': 'req-a5cda5a5-a860-4913-9361-60419e0c7148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:56,817 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:00:56,817 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-c673d156-dc4c-4ce2-876d-8d4c13cbead2', 'x-compute-request-id': 'req-c673d156-dc4c-4ce2-876d-8d4c13cbead2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:57,982 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 10:00:57,982 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-1551029f-cf91-4326-830d-1b70f65f9efb', 'x-compute-request-id': 'req-1551029f-cf91-4326-830d-1b70f65f9efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:00:59,154 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.158s 2022-09-02 10:00:59,154 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:00: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-8c782f86-4355-45b7-bc8d-318d0e0b94a3', 'x-compute-request-id': 'req-8c782f86-4355-45b7-bc8d-318d0e0b94a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:00,323 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:01:00,323 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-4cb78571-19f4-4881-a5cc-2d37bad2c057', 'x-compute-request-id': 'req-4cb78571-19f4-4881-a5cc-2d37bad2c057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:01,490 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:01:01,491 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-baef800a-27f6-4c2a-a764-1df597b90a5a', 'x-compute-request-id': 'req-baef800a-27f6-4c2a-a764-1df597b90a5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:02,656 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.151s 2022-09-02 10:01:02,657 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-7ed9fe09-19ed-4f7f-afe5-fb30619bd3ff', 'x-compute-request-id': 'req-7ed9fe09-19ed-4f7f-afe5-fb30619bd3ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:03,826 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 10:01:03,826 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-70dfebbb-bac8-46d1-8b53-a8ce44849468', 'x-compute-request-id': 'req-70dfebbb-bac8-46d1-8b53-a8ce44849468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:04,994 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.155s 2022-09-02 10:01:04,994 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-54f1fcd2-4eef-440b-9648-7737c1d4826f', 'x-compute-request-id': 'req-54f1fcd2-4eef-440b-9648-7737c1d4826f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:06,163 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:01:06,164 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-38e93799-df9f-433b-ad29-4eb9e3edf31a', 'x-compute-request-id': 'req-38e93799-df9f-433b-ad29-4eb9e3edf31a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:07,329 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:01:07,329 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-bb33350a-07f4-4ab5-a1a9-b15ef47bccd1', 'x-compute-request-id': 'req-bb33350a-07f4-4ab5-a1a9-b15ef47bccd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:08,494 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:01:08,495 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-318eee0f-0a5f-48de-a2b3-c6290c8975ca', 'x-compute-request-id': 'req-318eee0f-0a5f-48de-a2b3-c6290c8975ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:09,663 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:01:09,664 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-ebf0e754-a0e5-405b-88c0-0206e4a37aea', 'x-compute-request-id': 'req-ebf0e754-a0e5-405b-88c0-0206e4a37aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:10,830 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.154s 2022-09-02 10:01:10,830 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-20db85e4-4349-4371-8dd7-d93f445c6599', 'x-compute-request-id': 'req-20db85e4-4349-4371-8dd7-d93f445c6599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:12,002 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.159s 2022-09-02 10:01:12,003 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-fbf0824f-e186-491c-b212-18c4f0d132ec', 'x-compute-request-id': 'req-fbf0824f-e186-491c-b212-18c4f0d132ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:13,175 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.161s 2022-09-02 10:01:13,176 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-c37cf1b6-c887-4ec6-a10c-c855ca88aed8', 'x-compute-request-id': 'req-c37cf1b6-c887-4ec6-a10c-c855ca88aed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:14,346 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.157s 2022-09-02 10:01:14,347 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-e781e10d-26fe-4539-aa31-0a9deed57c0d', 'x-compute-request-id': 'req-e781e10d-26fe-4539-aa31-0a9deed57c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:15,512 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.153s 2022-09-02 10:01:15,512 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-2bdfd69c-0432-4624-b1b1-06f3c0624e79', 'x-compute-request-id': 'req-2bdfd69c-0432-4624-b1b1-06f3c0624e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:16,677 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.152s 2022-09-02 10:01:16,677 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-4c9a6946-3359-47e5-a4dc-5f804e97c2bc', 'x-compute-request-id': 'req-4c9a6946-3359-47e5-a4dc-5f804e97c2bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' 2022-09-02 10:01:17,847 128294 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b 0.156s 2022-09-02 10:01:17,847 128294 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 10:01: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-0e3d84d8-f84a-4a5a-b38b-2b714dddc037', 'x-compute-request-id': 'req-0e3d84d8-f84a-4a5a-b38b-2b714dddc037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b'} Body: b'{"server": {"id": "94dc7b98-31d1-406f-9070-26ccfe00e15b", "name": "tempest-VolumesSnapshotTestJSON-instance-427672659", "status": "ACTIVE", "tenant_id": "7232d6277f26496ab552afa4abe13ad5", "user_id": "889d4c60870447bda2926106026a0537", "metadata": {}, "hostId": "cb17321d9070b4c11d76e9b59fd15651b0a9c9e266bece29e57e8b4d", "image": {"id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/images/5629e487-43fb-4fae-9f63-5bd7dca44758"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:36:40Z", "updated": "2022-09-02T09:55:16Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1899922574-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:da:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/94dc7b98-31d1-406f-9070-26ccfe00e15b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-02T09:37:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "bb57c32f-94b5-417f-bfad-902604e338b4"}]}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 480, 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 831, 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-1ea07643-7eb1-496d-8510-38a10425238d)"} }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume bb57c32f-94b5-417f-bfad-902604e338b4 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 146, 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 146, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 622565f9-602f-4516-8019-b314ff170cc1 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
pt7.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
pt7.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
pt7.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
pt7.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
fail
ft8.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-02 09:46:30,886 128287 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2022-09-02 09:46:31,154 128287 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.57/image/v2/images 0.267s 2022-09-02 09:46:31,154 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--1404164653", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/685bab36-9236-4eeb-995d-17e98f067e1f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e212f47f-353c-4a41-b298-8eb358697707', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1404164653", "disk_format": "vhdx", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "6939595a200a438facc915ebdb3c3679", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "685bab36-9236-4eeb-995d-17e98f067e1f", "created_at": "2022-09-02T09:46:31Z", "updated_at": "2022-09-02T09:46:31Z", "tags": [], "self": "/v2/images/685bab36-9236-4eeb-995d-17e98f067e1f", "file": "/v2/images/685bab36-9236-4eeb-995d-17e98f067e1f/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:46:41,878 128287 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.57/image/v2/images/685bab36-9236-4eeb-995d-17e98f067e1f/file 10.723s 2022-09-02 09:46:41,879 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7fd22a7e37f0> Response - Headers: {'date': 'Fri, 02 Sep 2022 09:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d6518a99-c90b-4bf1-b863-1e748fbcac1b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57/image/v2/images/685bab36-9236-4eeb-995d-17e98f067e1f/file'} Body: b'' 2022-09-02 09:46:41,879 128287 DEBUG [tempest.scenario.manager] image:685bab36-9236-4eeb-995d-17e98f067e1f 2022-09-02 09:47:42,841 128287 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.57/image/v2/images/685bab36-9236-4eeb-995d-17e98f067e1f 0.900s 2022-09-02 09:47:42,841 128287 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-95685bd0-729d-4aea-8116-38c13f6b3aca', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57/image/v2/images/685bab36-9236-4eeb-995d-17e98f067e1f'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 107, in test_minimum_basic_scenario keypair = self.create_keypair() File "/opt/stack/tempest/tempest/scenario/manager.py", line 179, in create_keypair body = client.create_keypair(**kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 91, in create_keypair resp, body = self.post("os-keypairs", body=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 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, 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 376, 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 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.57', port=80): Read timed out. (read timeout=60) |
||||||
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
ft9.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-02 09:34:48,652 128291 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-09-02 09:34:49,009 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.57/compute/v2.1/os-keypairs 0.353s 2022-09-02 09:34:49,010 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-199031911", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCJgOOxEM8OBQyvJCjmckD29ETe347KI0Sw5joUoTedVQ9yygum+DH5nr1ho3rPo+DWmKvz/TV3CQgINkssluyWYRsy726m2CdcvIlzG12XA+f5817wSzFsOgnoC+YRr8A=="}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0abc98f-3e20-4869-ba65-afd471a29959', 'x-compute-request-id': 'req-e0abc98f-3e20-4869-ba65-afd471a29959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-199031911", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCJgOOxEM8OBQyvJCjmckD29ETe347KI0Sw5joUoTedVQ9yygum+DH5nr1ho3rPo+DWmKvz/TV3CQgINkssluyWYRsy726m2CdcvIlzG12XA+f5817wSzFsOgnoC+YRr8A==", "fingerprint": "ed:b1:50:04:21:af:1c:19:64:78:53:33:ed:5e:5b:11", "user_id": "d935a4a30e4d44e0a392596452a5c1b6"}}' 2022-09-02 09:34:49,408 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57:9696/networking/v2.0/security-groups 0.395s 2022-09-02 09:34:49,409 128291 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-659154806", "description": "tempest-secgroup-smoke-659154806 description", "project_id": "2c5938d62e2d40969d096b66e14edd75"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-4f4b6b7f-8cfe-4491-a8e1-e430873bd1bc', 'date': 'Fri, 02 Sep 2022 09:34:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "name": "tempest-secgroup-smoke-659154806", "stateful": true, "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "description": "tempest-secgroup-smoke-659154806 description", "shared": false, "security_group_rules": [{"id": "015c725a-7762-4c95-8f7f-289a022544b2", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "security_group_id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "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": 377, "description": null, "tags": [], "created_at": "2022-09-02T09:34:49Z", "updated_at": "2022-09-02T09:34:49Z", "revision_number": 0, "project_id": "2c5938d62e2d40969d096b66e14edd75"}, {"id": "84f6ff10-6664-4480-9c1f-c673b40b4d1a", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "security_group_id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "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": 376, "description": null, "tags": [], "created_at": "2022-09-02T09:34:49Z", "updated_at": "2022-09-02T09:34:49Z", "revision_number": 0, "project_id": "2c5938d62e2d40969d096b66e14edd75"}], "tags": [], "created_at": "2022-09-02T09:34:49Z", "updated_at": "2022-09-02T09:34:49Z", "revision_number": 1, "project_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:49,815 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.405s 2022-09-02 09:34:49,815 128291 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": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "project_id": "2c5938d62e2d40969d096b66e14edd75", "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-32354a7b-20bd-4785-a8ee-7a91685ab159', 'date': 'Fri, 02 Sep 2022 09:34:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bd131a86-69df-44c5-ac1e-a0abc108449b", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "security_group_id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:34:49Z", "updated_at": "2022-09-02T09:34:49Z", "revision_number": 0, "project_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:50,174 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.358s 2022-09-02 09:34:50,174 128291 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": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "project_id": "2c5938d62e2d40969d096b66e14edd75", "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-9cd9e374-23ba-4179-b2c3-ef949cfb5778', 'date': 'Fri, 02 Sep 2022 09:34:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b220925-25b1-4dae-891f-34861c6bc8ab", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "security_group_id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:34:49Z", "updated_at": "2022-09-02T09:34:49Z", "revision_number": 0, "project_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:50,626 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.451s 2022-09-02 09:34:50,626 128291 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": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "project_id": "2c5938d62e2d40969d096b66e14edd75", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-987bd75f-679b-4a30-83fc-ff32ad93f3b0', 'date': 'Fri, 02 Sep 2022 09:34:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8debcc00-8b4e-408f-b915-ac7fa6b99519", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "security_group_id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:34:50Z", "updated_at": "2022-09-02T09:34:50Z", "revision_number": 0, "project_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:50,991 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.363s 2022-09-02 09:34:50,991 128291 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": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "project_id": "2c5938d62e2d40969d096b66e14edd75", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ff802166-a2b8-40ce-83d1-b760d4ded9b5', 'date': 'Fri, 02 Sep 2022 09:34:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eb3e67d9-d181-4560-8169-1667b91ea9b9", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "security_group_id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:34:50Z", "updated_at": "2022-09-02T09:34:50Z", "revision_number": 0, "project_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:51,364 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.372s 2022-09-02 09:34:51,364 128291 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": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "project_id": "2c5938d62e2d40969d096b66e14edd75", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-5cf382f6-2c2f-4448-b988-5005475f5573', 'date': 'Fri, 02 Sep 2022 09:34:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bfabe9fa-4baf-4827-96c6-e71607c0017e", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "security_group_id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:34:51Z", "updated_at": "2022-09-02T09:34:51Z", "revision_number": 0, "project_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:51,763 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57:9696/networking/v2.0/security-group-rules 0.398s 2022-09-02 09:34:51,763 128291 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": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "project_id": "2c5938d62e2d40969d096b66e14edd75", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1b3bee0f-b76f-4b37-9a36-52e3a41489dc', 'date': 'Fri, 02 Sep 2022 09:34:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d83f54d-63dd-4847-8b55-591bbdccea62", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "security_group_id": "e1d95c51-d9f8-4c0e-9475-91eb005b5ae9", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-09-02T09:34:51Z", "updated_at": "2022-09-02T09:34:51Z", "revision_number": 0, "project_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:51,764 128291 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-09-02 09:34:51,802 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/image/v2/images/5629e487-43fb-4fae-9f63-5bd7dca44758 0.037s 2022-09-02 09:34:51,802 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-54388856-44c7-4d9e-ab21-b5a367db11a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/image/v2/images/5629e487-43fb-4fae-9f63-5bd7dca44758'} 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": "ae5820815add48cd913951058cc9251c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "created_at": "2022-09-02T09:25:46Z", "updated_at": "2022-09-02T09:26:04Z", "tags": [], "self": "/v2/images/5629e487-43fb-4fae-9f63-5bd7dca44758", "file": "/v2/images/5629e487-43fb-4fae-9f63-5bd7dca44758/file", "schema": "/v2/schemas/image"}' 2022-09-02 09:34:52,917 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes 1.114s 2022-09-02 09:34:52,918 128291 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-1192850103", "snapshot_id": null, "imageRef": "5629e487-43fb-4fae-9f63-5bd7dca44758", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9adc7d2-a2e1-4d5d-863b-3de4aa9c915c', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9adc7d2-a2e1-4d5d-863b-3de4aa9c915c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:52.581012", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-02 09:34:53,007 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.080s 2022-09-02 09:34:53,008 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f6c373f-b2c1-4d9a-8230-5262b90a3f1e', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f6c373f-b2c1-4d9a-8230-5262b90a3f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:54,065 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:34:54,066 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d90bfd8-248d-4b2b-ba22-f8fe5c2e2f92', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d90bfd8-248d-4b2b-ba22-f8fe5c2e2f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:55,122 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:34:55,122 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ee37ab-fc78-458a-b895-140373034315', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ee37ab-fc78-458a-b895-140373034315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:56,182 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.048s 2022-09-02 09:34:56,183 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4894d9ad-0913-4774-929b-23cc62c1c9d8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4894d9ad-0913-4774-929b-23cc62c1c9d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:57,274 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.079s 2022-09-02 09:34:57,274 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b95f226-73c5-4c9c-b62f-bff74da80574', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b95f226-73c5-4c9c-b62f-bff74da80574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:58,329 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:34:58,329 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee8bc601-6cbc-47e8-9b0b-f34efd956061', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee8bc601-6cbc-47e8-9b0b-f34efd956061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:34:59,384 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:34:59,384 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55a8096c-d84e-4e61-b66f-b45f1b9719ea', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55a8096c-d84e-4e61-b66f-b45f1b9719ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:00,589 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.193s 2022-09-02 09:35:00,589 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ab1d6b-ab27-4f18-abae-215d1f450e24', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ab1d6b-ab27-4f18-abae-215d1f450e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:01,650 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.049s 2022-09-02 09:35:01,650 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8801c2-826d-40a3-835a-b98f5342963d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8801c2-826d-40a3-835a-b98f5342963d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:02,712 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.051s 2022-09-02 09:35:02,713 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5113e506-56b7-45bc-be4a-517e4b9746c7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5113e506-56b7-45bc-be4a-517e4b9746c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:03,775 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.051s 2022-09-02 09:35:03,775 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e9f79be-0a70-4ea1-a1f7-8400c2475311', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e9f79be-0a70-4ea1-a1f7-8400c2475311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:04,854 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.068s 2022-09-02 09:35:04,855 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f777004-bc50-45e0-bb30-ba986d8697bf', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f777004-bc50-45e0-bb30-ba986d8697bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:05,932 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.066s 2022-09-02 09:35:05,933 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c681fa72-65f0-4ee1-82c9-c1575f0df962', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c681fa72-65f0-4ee1-82c9-c1575f0df962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:06,985 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.041s 2022-09-02 09:35:06,985 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14674725-086a-40e0-81ba-048e444da97c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14674725-086a-40e0-81ba-048e444da97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:08,048 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.050s 2022-09-02 09:35:08,048 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a60be5-1df8-4f30-bb92-6d3cce73e4fc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a60be5-1df8-4f30-bb92-6d3cce73e4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:09,110 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.051s 2022-09-02 09:35:09,111 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc8a6f17-33e4-4794-9203-8699af78dd76', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc8a6f17-33e4-4794-9203-8699af78dd76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:10,169 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:35:10,169 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f85cffd-72d8-4e4c-83bd-e61f77d8b367', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f85cffd-72d8-4e4c-83bd-e61f77d8b367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:11,228 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.048s 2022-09-02 09:35:11,229 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e088dc82-c6df-4a65-b10e-1e503dcc9925', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e088dc82-c6df-4a65-b10e-1e503dcc9925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:12,286 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:35:12,286 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf63941a-f013-41a6-b86b-2d810083e19d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf63941a-f013-41a6-b86b-2d810083e19d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:13,337 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.038s 2022-09-02 09:35:13,337 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dec7d32-1d71-413c-81f6-60a75889b201', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dec7d32-1d71-413c-81f6-60a75889b201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:14,406 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.057s 2022-09-02 09:35:14,406 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae73230-5d83-45ed-8c0f-e79a5723c116', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae73230-5d83-45ed-8c0f-e79a5723c116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:15,469 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.050s 2022-09-02 09:35:15,469 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de7a715-d76e-4423-84cf-9407d85497f9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de7a715-d76e-4423-84cf-9407d85497f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:16,522 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:35:16,523 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9790410f-225e-4889-a03c-44434a479586', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9790410f-225e-4889-a03c-44434a479586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:17,575 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.040s 2022-09-02 09:35:17,575 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bacd823-043e-4149-b637-c016a07f2be4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bacd823-043e-4149-b637-c016a07f2be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:18,626 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.040s 2022-09-02 09:35:18,626 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd97bb19-d81f-4d28-b915-5e8cb65daed0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd97bb19-d81f-4d28-b915-5e8cb65daed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:19,693 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.056s 2022-09-02 09:35:19,694 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab7d96f-70b4-4a8f-982e-2e24fe77c969', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab7d96f-70b4-4a8f-982e-2e24fe77c969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:34:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:20,757 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.051s 2022-09-02 09:35:20,757 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d273fe4-3730-44bf-b8c6-9d3e480a0a94', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d273fe4-3730-44bf-b8c6-9d3e480a0a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:21,808 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.039s 2022-09-02 09:35:21,809 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190e8e5d-ab40-4502-9e19-94fb4b3f0688', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190e8e5d-ab40-4502-9e19-94fb4b3f0688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:22,861 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.041s 2022-09-02 09:35:22,862 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5d52e4c-9115-4f3f-b10d-f36dc9eb7136', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5d52e4c-9115-4f3f-b10d-f36dc9eb7136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:23,914 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.040s 2022-09-02 09:35:23,914 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-392d8f88-cb0e-4284-b684-2d5bba9fac94', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-392d8f88-cb0e-4284-b684-2d5bba9fac94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:24,977 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.052s 2022-09-02 09:35:24,978 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92e6ad4e-6f52-4bcb-8e8e-425246926821', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92e6ad4e-6f52-4bcb-8e8e-425246926821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:26,029 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.040s 2022-09-02 09:35:26,029 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bbe0166-c819-43ec-8478-71e157ae7120', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bbe0166-c819-43ec-8478-71e157ae7120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:27,079 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.038s 2022-09-02 09:35:27,079 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa2784a4-8b0e-44e9-bcfd-22e0e8a74edc', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa2784a4-8b0e-44e9-bcfd-22e0e8a74edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:28,129 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.038s 2022-09-02 09:35:28,130 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdcf2f2e-f885-4569-8f04-a75db50dee7b', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdcf2f2e-f885-4569-8f04-a75db50dee7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:29,181 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.039s 2022-09-02 09:35:29,181 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e938cc6-1550-4bc7-81ba-403185d6d007', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e938cc6-1550-4bc7-81ba-403185d6d007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:30,236 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:35:30,236 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e4e4ca7-ae13-4b74-816e-3a8f8ff7be7a', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e4e4ca7-ae13-4b74-816e-3a8f8ff7be7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:31,473 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.224s 2022-09-02 09:35:31,473 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5e0fae-8fff-4f04-863d-ae991667ca2c', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5e0fae-8fff-4f04-863d-ae991667ca2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:32,524 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.039s 2022-09-02 09:35:32,525 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d777301-07c5-4f1f-baca-ce6445bef13a', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d777301-07c5-4f1f-baca-ce6445bef13a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:33,576 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.040s 2022-09-02 09:35:33,577 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e7ce08-acd8-42c5-be66-958f68f656fc', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e7ce08-acd8-42c5-be66-958f68f656fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:34,628 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.040s 2022-09-02 09:35:34,629 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-880ed4ec-bed0-452a-972c-ae6cff455fb0', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-880ed4ec-bed0-452a-972c-ae6cff455fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:35,690 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.049s 2022-09-02 09:35:35,690 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87d5d158-604d-4843-ad55-b52f8e2f82c5', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87d5d158-604d-4843-ad55-b52f8e2f82c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:36,756 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.053s 2022-09-02 09:35:36,756 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7883032-77b7-4679-a746-a5d9b53a83fa', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7883032-77b7-4679-a746-a5d9b53a83fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:37,808 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.039s 2022-09-02 09:35:37,808 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ea0fc2-d55d-456e-9778-a4b709ad47f9', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ea0fc2-d55d-456e-9778-a4b709ad47f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:38,902 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.081s 2022-09-02 09:35:38,902 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858fb810-93b4-4e30-b06b-19efcecd5edf', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858fb810-93b4-4e30-b06b-19efcecd5edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:39,958 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:35:39,958 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36661a96-10c8-41bc-8168-4d9e11a5052d', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36661a96-10c8-41bc-8168-4d9e11a5052d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:41,011 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.040s 2022-09-02 09:35:41,011 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9b2f95-9f5f-4f79-876d-f13d937c52a9', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9b2f95-9f5f-4f79-876d-f13d937c52a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:42,062 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.039s 2022-09-02 09:35:42,062 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfcf0a81-9ffc-4319-b854-a66c43e7de55', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfcf0a81-9ffc-4319-b854-a66c43e7de55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:43,112 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.038s 2022-09-02 09:35:43,112 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe846586-b950-46ea-bfac-9c7c02148337', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe846586-b950-46ea-bfac-9c7c02148337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:44,162 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.039s 2022-09-02 09:35:44,162 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a76a51c4-d57a-4715-a7fa-fc03cb58e6fc', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a76a51c4-d57a-4715-a7fa-fc03cb58e6fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:45,215 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.040s 2022-09-02 09:35:45,215 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d0a252-de4c-461d-8cb1-bf708360130d', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d0a252-de4c-461d-8cb1-bf708360130d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:46,274 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:35:46,274 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe4c3daf-b9da-4563-b5b5-f75be3917027', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe4c3daf-b9da-4563-b5b5-f75be3917027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:47,330 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:35:47,331 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1047f7da-5abd-4d12-994b-a616e43b46e5', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1047f7da-5abd-4d12-994b-a616e43b46e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:48,403 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.060s 2022-09-02 09:35:48,403 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0416cb-f7bf-4b95-8b82-8e5d56f0b8a0', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0416cb-f7bf-4b95-8b82-8e5d56f0b8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:48,414 128291 INFO [tempest.common.waiters] volume 7faac35b-b8fc-40cf-b908-62121a22e39f reached available after waiting for 55.413995 seconds 2022-09-02 09:35:48,470 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.056s 2022-09-02 09:35:48,471 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9dbaa9f-852f-4d6f-90df-b46931301b93', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9dbaa9f-852f-4d6f-90df-b46931301b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:35:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:35:48,590 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57/identity/v3/auth/tokens 0.098s 2022-09-02 09:35:48,591 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-648f408d-3f6a-4c54-9d09-6ebb43c4ce1c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d935a4a30e4d44e0a392596452a5c1b6", "name": "tempest-TestVolumeBootPattern-1229258799-project", "password_expires_at": null}, "audit_ids": ["Nd_if4wFRGGFCkyj-46Grw"], "expires_at": "2022-09-02T10:35:48.000000Z", "issued_at": "2022-09-02T09:35:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c5938d62e2d40969d096b66e14edd75", "name": "tempest-TestVolumeBootPattern-1229258799"}, "is_domain": false, "roles": [{"id": "b381d11646e54d1197676600202a6144", "name": "reader"}, {"id": "efe6bdd5112340b48b262ceafbc19c04", "name": "member"}], "catalog": [{"endpoints": [{"id": "abfa66729ad0412da987e4b30449129d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/identity", "region": "RegionOne"}], "id": "0490240d56d342b2a50d12d751254d8d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "775e9981bdfd4c32b853a5a7ce4396b8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:9696/networking", "region": "RegionOne"}], "id": "08527b54fc994606a0aa2185f037197d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2fb8b6dacbef4a429bde47682556ef6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75", "region": "RegionOne"}], "id": "15c4fcaa94814cb2b4366dbc308e3e2b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d67aa037ef1f4b9587480e651ac6f85d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2.1", "region": "RegionOne"}], "id": "2bea28b9432f4cfaaf9d3312ed015958", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "d73e8a41961440d6903228f898d59074", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75", "region": "RegionOne"}], "id": "5dc199dbac524f63863d8023d939dc0a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b3b50dffb8f148b5b771db878fb46b17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/placement", "region": "RegionOne"}], "id": "a07dcccfe4614246bb5a9cbaa7f64715", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8ecd6ea770874ce0bb5005132b1ffc16", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/compute/v2/2c5938d62e2d40969d096b66e14edd75", "region": "RegionOne"}], "id": "bfc863ccf942426dbd507a6356d0d604", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4ec69de97a004dcea0c105e5f2a251ab", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57:8080/v1/AUTH_2c5938d62e2d40969d096b66e14edd75", "region": "RegionOne"}, {"id": "62d4f667eaa44f32a5b40e8ff89a514e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.57:8080", "region": "RegionOne"}], "id": "c9cb416f214a46ad9571659959580616", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81d5cc6d1b644b0f9fae0968c4704a6c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.57/image", "region": "RegionOne"}], "id": "fe0412e5a25e44f4a5f55dd77d1611aa", "type": "image", "name": "glance"}]}}' 2022-09-02 09:35:48,592 128291 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '11a779c0-ef30-4cee-9b8a-917c9d89c032', 'name': 'tempest-TestVolumeBootPattern-253284204-network', 'tenant_id': '2c5938d62e2d40969d096b66e14edd75', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2c5938d62e2d40969d096b66e14edd75', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 681, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-02T09:34:35Z', 'updated_at': '2022-09-02T09:34:35Z', 'revision_number': 1} available for tenant 2022-09-02 09:35:49,684 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.57/compute/v2.1/servers 1.091s 2022-09-02 09:35:49,685 128291 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-214906737", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-199031911", "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "block_device_mapping_v2": [{"uuid": "7faac35b-b8fc-40cf-b908-62121a22e39f", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "11a779c0-ef30-4cee-9b8a-917c9d89c032"}]}} Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ee9a80-1df6-48cb-be2f-8e5ba1a0fa98', 'x-compute-request-id': 'req-f4ee9a80-1df6-48cb-be2f-8e5ba1a0fa98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/servers'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "adminPass": "4JzAEMMrKd5v"}}' 2022-09-02 09:35:49,780 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.091s 2022-09-02 09:35:49,780 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1093', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13ef1ab6-8354-436b-8bbf-d246cc158a89', 'x-compute-request-id': 'req-13ef1ab6-8354-436b-8bbf-d246cc158a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:50Z", "updated": "2022-09-02T09:35:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-02 09:35:50,886 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.094s 2022-09-02 09:35:50,886 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2656db30-d4c7-4950-bc18-e2ae6f2e440a', 'x-compute-request-id': 'req-2656db30-d4c7-4950-bc18-e2ae6f2e440a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:51,985 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:35:51,986 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c876859d-1024-403f-82db-f11f5a195005', 'x-compute-request-id': 'req-c876859d-1024-403f-82db-f11f5a195005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:53,085 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:35:53,086 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4448a8ec-1e05-42c8-86cc-9e8e9aff6e02', 'x-compute-request-id': 'req-4448a8ec-1e05-42c8-86cc-9e8e9aff6e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:54,182 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.084s 2022-09-02 09:35:54,182 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f208e04-256b-4e88-b66c-09b9640b685b', 'x-compute-request-id': 'req-9f208e04-256b-4e88-b66c-09b9640b685b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:55,283 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:35:55,283 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99ef295f-c1a5-4c93-88bd-e195223a0745', 'x-compute-request-id': 'req-99ef295f-c1a5-4c93-88bd-e195223a0745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:56,382 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:35:56,382 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0dc6a27-a4c3-470d-9560-ee8927f7fec9', 'x-compute-request-id': 'req-d0dc6a27-a4c3-470d-9560-ee8927f7fec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:57,505 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.110s 2022-09-02 09:35:57,506 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1135', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed9f38ca-a53b-446f-a20b-e37a4ed57877', 'x-compute-request-id': 'req-ed9f38ca-a53b-446f-a20b-e37a4ed57877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:57,516 128291 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 8 second wait 2022-09-02 09:35:58,611 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.093s 2022-09-02 09:35:58,611 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1191', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c47a9ae4-5952-4c5f-a3fe-6133b2b078b7', 'x-compute-request-id': 'req-c47a9ae4-5952-4c5f-a3fe-6133b2b078b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:59,716 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.092s 2022-09-02 09:35:59,717 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92ba5ac5-9d43-450b-a057-a2f4d155f9f9', 'x-compute-request-id': 'req-92ba5ac5-9d43-450b-a057-a2f4d155f9f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:35:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:35:59,728 128291 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 10 second wait 2022-09-02 09:36:00,830 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.095s 2022-09-02 09:36:00,830 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ddeacee-4bdf-476f-962c-a1b0c8c00f2b', 'x-compute-request-id': 'req-1ddeacee-4bdf-476f-962c-a1b0c8c00f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:00,842 128291 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 11 second wait 2022-09-02 09:36:01,998 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.155s 2022-09-02 09:36:01,998 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3971d7b9-5f19-4abc-a8ca-c17b5afd32e1', 'x-compute-request-id': 'req-3971d7b9-5f19-4abc-a8ca-c17b5afd32e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:03,166 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.155s 2022-09-02 09:36:03,166 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6ea2c9f-d607-4ecf-b0d1-9d011c114f71', 'x-compute-request-id': 'req-c6ea2c9f-d607-4ecf-b0d1-9d011c114f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:04,335 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.157s 2022-09-02 09:36:04,336 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea5e1728-e340-4720-ab23-d36c8634337e', 'x-compute-request-id': 'req-ea5e1728-e340-4720-ab23-d36c8634337e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:05,496 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.150s 2022-09-02 09:36:05,497 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55b10b9a-b860-4d06-ac37-5ddca6f0eea4', 'x-compute-request-id': 'req-55b10b9a-b860-4d06-ac37-5ddca6f0eea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:06,742 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.233s 2022-09-02 09:36:06,742 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad3e9e75-7d9c-410d-8f79-c33f74f49a4b', 'x-compute-request-id': 'req-ad3e9e75-7d9c-410d-8f79-c33f74f49a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:07,909 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.154s 2022-09-02 09:36:07,909 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcd4067e-9233-44f5-b6a2-c38c8951e5c0', 'x-compute-request-id': 'req-bcd4067e-9233-44f5-b6a2-c38c8951e5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:09,123 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.201s 2022-09-02 09:36:09,124 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7acb01c-6102-4a54-8d81-5b9574375b27', 'x-compute-request-id': 'req-d7acb01c-6102-4a54-8d81-5b9574375b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "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": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:10,304 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.168s 2022-09-02 09:36:10,304 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e5d3779-83b8-434f-8703-503c71341ecb', 'x-compute-request-id': 'req-5e5d3779-83b8-434f-8703-503c71341ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:10,315 128291 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 21 second wait 2022-09-02 09:36:11,495 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.178s 2022-09-02 09:36:11,495 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce46819a-f344-4c63-b57a-4fe9f4663060', 'x-compute-request-id': 'req-ce46819a-f344-4c63-b57a-4fe9f4663060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:12,691 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.184s 2022-09-02 09:36:12,691 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d95de6b5-ad50-4b64-b7d4-119b169c929b', 'x-compute-request-id': 'req-d95de6b5-ad50-4b64-b7d4-119b169c929b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:13,944 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.240s 2022-09-02 09:36:13,945 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7d0d339-2467-43f5-bf13-a64a577978f0', 'x-compute-request-id': 'req-c7d0d339-2467-43f5-bf13-a64a577978f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:15,147 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.189s 2022-09-02 09:36:15,147 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3976aaea-1e7b-4d66-96a7-eb24e641044e', 'x-compute-request-id': 'req-3976aaea-1e7b-4d66-96a7-eb24e641044e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:16,621 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.462s 2022-09-02 09:36:16,622 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccc3e90a-0ccf-45cd-8022-395d9ae663bc', 'x-compute-request-id': 'req-ccc3e90a-0ccf-45cd-8022-395d9ae663bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:17,809 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.174s 2022-09-02 09:36:17,810 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a711c149-8bad-43b2-a5d9-36b703c1d954', 'x-compute-request-id': 'req-a711c149-8bad-43b2-a5d9-36b703c1d954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:18,998 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.176s 2022-09-02 09:36:18,999 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2e8543a-c334-4cf5-83c0-6077dc4e8cbe', 'x-compute-request-id': 'req-a2e8543a-c334-4cf5-83c0-6077dc4e8cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:20,177 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.166s 2022-09-02 09:36:20,180 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18b97c62-b7ed-45a9-8796-99f9c331d773', 'x-compute-request-id': 'req-18b97c62-b7ed-45a9-8796-99f9c331d773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:21,369 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.176s 2022-09-02 09:36:21,369 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3a48ef5-1265-41ff-b320-737b91fabc2a', 'x-compute-request-id': 'req-b3a48ef5-1265-41ff-b320-737b91fabc2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:22,544 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.163s 2022-09-02 09:36:22,544 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c6ad4eb-e829-4133-a7a1-10fef44f8aa7', 'x-compute-request-id': 'req-2c6ad4eb-e829-4133-a7a1-10fef44f8aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:23,716 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.160s 2022-09-02 09:36:23,721 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58baef22-e72a-4966-a1ca-679e7c431b55', 'x-compute-request-id': 'req-58baef22-e72a-4966-a1ca-679e7c431b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:24,891 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.158s 2022-09-02 09:36:24,891 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb0a8d23-2b0f-454b-aea6-f1de0aa2dc5d', 'x-compute-request-id': 'req-fb0a8d23-2b0f-454b-aea6-f1de0aa2dc5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:26,059 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.156s 2022-09-02 09:36:26,059 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31611452-165e-419e-805e-32fdb6b312d2', 'x-compute-request-id': 'req-31611452-165e-419e-805e-32fdb6b312d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:27,232 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.161s 2022-09-02 09:36:27,232 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da54b70a-01d1-42d5-8559-6d93d454150a', 'x-compute-request-id': 'req-da54b70a-01d1-42d5-8559-6d93d454150a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:28,413 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.169s 2022-09-02 09:36:28,414 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a142a467-39b2-40e7-92bb-ef96c8ace0cf', 'x-compute-request-id': 'req-a142a467-39b2-40e7-92bb-ef96c8ace0cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "BUILD", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:29,603 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.170s 2022-09-02 09:36:29,604 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1450', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fcc7896-0fa3-436d-9e69-d93bc079bca0', 'x-compute-request-id': 'req-9fcc7896-0fa3-436d-9e69-d93bc079bca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:29Z", "addresses": {"tempest-TestVolumeBootPattern-253284204-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:81:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:29,616 128291 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 40 second wait 2022-09-02 09:36:29,802 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.181s 2022-09-02 09:36:29,803 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1450', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d6f73d2-b1e1-470d-8951-874bc536c0a2', 'x-compute-request-id': 'req-3d6f73d2-b1e1-470d-8951-874bc536c0a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:36:29Z", "addresses": {"tempest-TestVolumeBootPattern-253284204-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:81:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:36:29,815 128291 INFO [tempest.scenario.test_volume_boot_pattern] Booted first instance: {'id': '99c278bb-a399-4a52-bb7a-6d1782711406', 'name': 'tempest-TestVolumeBootPattern-server-214906737', 'status': 'ACTIVE', 'tenant_id': '2c5938d62e2d40969d096b66e14edd75', 'user_id': 'd935a4a30e4d44e0a392596452a5c1b6', 'metadata': {}, 'hostId': '906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.57/compute/flavors/452'}]}, 'created': '2022-09-02T09:35:49Z', 'updated': '2022-09-02T09:36:29Z', 'addresses': {'tempest-TestVolumeBootPattern-253284204-network': [{'version': 4, 'addr': '172.20.0.3', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:ab:81:a4'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'}, {'rel': 'bookmark', 'href': 'http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-199031911', 'OS-SRV-USG:launched_at': '2022-09-02T09:36:28.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-659154806'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': '7faac35b-b8fc-40cf-b908-62121a22e39f'}]} 2022-09-02 09:36:29,815 128291 INFO [tempest.scenario.test_volume_boot_pattern] Setting timestamp in instance {'id': '99c278bb-a399-4a52-bb7a-6d1782711406', 'name': 'tempest-TestVolumeBootPattern-server-214906737', 'status': 'ACTIVE', 'tenant_id': '2c5938d62e2d40969d096b66e14edd75', 'user_id': 'd935a4a30e4d44e0a392596452a5c1b6', 'metadata': {}, 'hostId': '906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.57/compute/flavors/452'}]}, 'created': '2022-09-02T09:35:49Z', 'updated': '2022-09-02T09:36:29Z', 'addresses': {'tempest-TestVolumeBootPattern-253284204-network': [{'version': 4, 'addr': '172.20.0.3', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:ab:81:a4'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'}, {'rel': 'bookmark', 'href': 'http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-199031911', 'OS-SRV-USG:launched_at': '2022-09-02T09:36:28.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-659154806'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': '7faac35b-b8fc-40cf-b908-62121a22e39f'}]} 2022-09-02 09:36:30,045 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57:9696/networking/v2.0/ports?device_id=99c278bb-a399-4a52-bb7a-6d1782711406 0.229s 2022-09-02 09:36:30,050 128291 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': '930', 'x-openstack-request-id': 'req-5830daaa-eba0-4af9-9dfc-df0f199e2ba1', 'date': 'Fri, 02 Sep 2022 09:36:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/ports?device_id=99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"ports":[{"id":"992ffb61-2296-4bd8-bec8-1499e9e418f4","name":"","network_id":"11a779c0-ef30-4cee-9b8a-917c9d89c032","tenant_id":"2c5938d62e2d40969d096b66e14edd75","mac_address":"fa:16:3e:ab:81:a4","admin_state_up":true,"status":"ACTIVE","device_id":"99c278bb-a399-4a52-bb7a-6d1782711406","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"07d2a741-e031-47cf-8d16-046fde90049c","ip_address":"172.20.0.3"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["e1d95c51-d9f8-4c0e-9475-91eb005b5ae9"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-85083","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false,"bound_drivers":{"0":"hyperv"}},"port_security_enabled":true,"tags":[],"created_at":"2022-09-02T09:36:00Z","updated_at":"2022-09-02T09:36:22Z","revision_number":5,"project_id":"2c5938d62e2d40969d096b66e14edd75"}]}' 2022-09-02 09:36:32,363 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.57:9696/networking/v2.0/floatingips 2.312s 2022-09-02 09:36:32,363 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217", "port_id": "992ffb61-2296-4bd8-bec8-1499e9e418f4", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "fixed_ip_address": "172.20.0.3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-6d7a956a-d7af-45b6-95ee-10094763885c', 'date': 'Fri, 02 Sep 2022 09:36:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "63893b0c-61aa-4c21-b387-35036591c51d", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "floating_ip_address": "172.27.3.169", "floating_network_id": "56cab638-3310-4894-9396-1b737a9e8217", "router_id": "57688cdd-153f-40e3-abce-fc0bd80817d1", "port_id": "992ffb61-2296-4bd8-bec8-1499e9e418f4", "fixed_ip_address": "172.20.0.3", "status": "DOWN", "project_id": "2c5938d62e2d40969d096b66e14edd75", "description": "", "port_details": {"name": "", "network_id": "11a779c0-ef30-4cee-9b8a-917c9d89c032", "mac_address": "fa:16:3e:ab:81:a4", "admin_state_up": true, "status": "ACTIVE", "device_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-02T09:36:30Z", "updated_at": "2022-09-02T09:36:30Z", "revision_number": 0}}' 2022-09-02 09:36:32,364 128291 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.169:22' as 'ubuntu' with public key authentication 2022-09-02 09:36:36,411 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 1. Retry after 2 seconds. 2022-09-02 09:36:41,978 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 2. Retry after 3 seconds. 2022-09-02 09:36:48,538 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 3. Retry after 4 seconds. 2022-09-02 09:36:56,123 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 4. Retry after 5 seconds. 2022-09-02 09:37:04,698 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 5. Retry after 6 seconds. 2022-09-02 09:37:11,209 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 6. Retry after 7 seconds. 2022-09-02 09:37:18,717 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 7. Retry after 8 seconds. 2022-09-02 09:37:27,227 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 8. Retry after 9 seconds. 2022-09-02 09:37:36,736 128291 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.169 ([Errno None] Unable to connect to port 22 on 172.27.3.169). Number attempts: 9. Retry after 10 seconds. 2022-09-02 09:37:47,352 128291 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:37:47,952 128291 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:37:47,953 128291 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.169 successfully created 2022-09-02 09:37:47,953 128291 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo sh -c "date > /mnt/timestamp; sync" 2022-09-02 09:37:47,953 128291 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.169:22' as 'ubuntu' with public key authentication 2022-09-02 09:37:48,010 128291 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:37:48,139 128291 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:37:48,139 128291 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.169 successfully created 2022-09-02 09:38:30,739 128291 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/timestamp 2022-09-02 09:38:30,740 128291 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.169:22' as 'ubuntu' with public key authentication 2022-09-02 09:38:30,750 128291 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-02 09:38:30,899 128291 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-02 09:38:30,900 128291 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.169 successfully created 2022-09-02 09:39:11,181 128291 INFO [tempest.scenario.test_volume_boot_pattern] Deleting first instance: {'id': '99c278bb-a399-4a52-bb7a-6d1782711406', 'name': 'tempest-TestVolumeBootPattern-server-214906737', 'status': 'ACTIVE', 'tenant_id': '2c5938d62e2d40969d096b66e14edd75', 'user_id': 'd935a4a30e4d44e0a392596452a5c1b6', 'metadata': {}, 'hostId': '906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.57/compute/flavors/452'}]}, 'created': '2022-09-02T09:35:49Z', 'updated': '2022-09-02T09:36:29Z', 'addresses': {'tempest-TestVolumeBootPattern-253284204-network': [{'version': 4, 'addr': '172.20.0.3', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:ab:81:a4'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'}, {'rel': 'bookmark', 'href': 'http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-199031911', 'OS-SRV-USG:launched_at': '2022-09-02T09:36:28.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-659154806'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': '7faac35b-b8fc-40cf-b908-62121a22e39f'}]} 2022-09-02 09:39:11,489 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 204 DELETE http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.307s 2022-09-02 09:39:11,490 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:11 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-534552e8-3cca-48d5-9501-9ef16128a5c3', 'x-compute-request-id': 'req-534552e8-3cca-48d5-9501-9ef16128a5c3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'' 2022-09-02 09:39:11,653 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.163s 2022-09-02 09:39:11,653 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c1323f4-332e-4e99-9f70-d54eb02912d5', 'x-compute-request-id': 'req-5c1323f4-332e-4e99-9f70-d54eb02912d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {"tempest-TestVolumeBootPattern-253284204-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:81:a4"}, {"version": 4, "addr": "172.27.3.169", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:81:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:12,830 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.163s 2022-09-02 09:39:12,839 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0c35c80-8d7b-4054-a9bf-1dce79521ed4', 'x-compute-request-id': 'req-a0c35c80-8d7b-4054-a9bf-1dce79521ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {"tempest-TestVolumeBootPattern-253284204-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:81:a4"}, {"version": 4, "addr": "172.27.3.169", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:81:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:14,065 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.214s 2022-09-02 09:39:14,065 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20366eb4-8346-4bec-bf64-44af19c7c688', 'x-compute-request-id': 'req-20366eb4-8346-4bec-bf64-44af19c7c688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {"tempest-TestVolumeBootPattern-253284204-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:81:a4"}, {"version": 4, "addr": "172.27.3.169", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:81:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-659154806"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:15,170 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.092s 2022-09-02 09:39:15,171 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1584a107-b326-4dce-aa8f-b4eed3bf56c9', 'x-compute-request-id': 'req-1584a107-b326-4dce-aa8f-b4eed3bf56c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:16,274 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.092s 2022-09-02 09:39:16,275 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b322b356-eaa5-4872-bcc3-9cc9e96d7af5', 'x-compute-request-id': 'req-b322b356-eaa5-4872-bcc3-9cc9e96d7af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:17,375 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:39:17,375 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff2b95ed-81f6-424c-a3a5-336da7fc44a9', 'x-compute-request-id': 'req-ff2b95ed-81f6-424c-a3a5-336da7fc44a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:18,474 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:18,474 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbd30ff6-1f41-48d5-aa3a-d990be4ae47a', 'x-compute-request-id': 'req-bbd30ff6-1f41-48d5-aa3a-d990be4ae47a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:19,572 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:19,572 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-256f0c07-3582-4958-95ce-c42000f4b159', 'x-compute-request-id': 'req-256f0c07-3582-4958-95ce-c42000f4b159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:20,671 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:20,671 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79cb1f12-4796-438d-abee-a9ba0f3cde52', 'x-compute-request-id': 'req-79cb1f12-4796-438d-abee-a9ba0f3cde52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:21,768 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:21,768 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b37eef88-806c-4d8f-93ca-1a81f38fd25c', 'x-compute-request-id': 'req-b37eef88-806c-4d8f-93ca-1a81f38fd25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:22,868 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:39:22,868 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09166026-54bc-4766-bec7-02d8a913cd39', 'x-compute-request-id': 'req-09166026-54bc-4766-bec7-02d8a913cd39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:23,966 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:23,966 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d75a68b2-1530-4fda-9c41-ccb06e0606d4', 'x-compute-request-id': 'req-d75a68b2-1530-4fda-9c41-ccb06e0606d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:25,067 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:39:25,067 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe309eeb-0d09-412b-a445-6b172b5f69c4', 'x-compute-request-id': 'req-fe309eeb-0d09-412b-a445-6b172b5f69c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:26,167 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:39:26,168 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-684f60ed-a185-40f9-abdf-ee12b8b0c4f3', 'x-compute-request-id': 'req-684f60ed-a185-40f9-abdf-ee12b8b0c4f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:27,266 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:27,267 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c89010ad-1975-4919-8e03-e68c149c7792', 'x-compute-request-id': 'req-c89010ad-1975-4919-8e03-e68c149c7792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:28,365 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:28,366 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32c53c76-02fe-42f4-abd9-1072090af6b4', 'x-compute-request-id': 'req-32c53c76-02fe-42f4-abd9-1072090af6b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:29,462 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.084s 2022-09-02 09:39:29,463 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ce662f9-911f-47d0-89c6-1f88a0c449bf', 'x-compute-request-id': 'req-7ce662f9-911f-47d0-89c6-1f88a0c449bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:30,559 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:30,560 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fc8fdd8-2038-4dca-81dd-7b52c9003dfb', 'x-compute-request-id': 'req-6fc8fdd8-2038-4dca-81dd-7b52c9003dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:31,660 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:39:31,661 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c33cded-2514-4d76-88b3-1c4436f7c975', 'x-compute-request-id': 'req-1c33cded-2514-4d76-88b3-1c4436f7c975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:32,759 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:32,759 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89eb81c6-2002-4020-abc5-512d09a2929c', 'x-compute-request-id': 'req-89eb81c6-2002-4020-abc5-512d09a2929c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:33,861 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:39:33,862 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31310042-6507-4726-bce7-00b3669e1ffd', 'x-compute-request-id': 'req-31310042-6507-4726-bce7-00b3669e1ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:34,963 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:39:34,964 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e4fc413-4c60-4857-8c96-4a3e19d649d9', 'x-compute-request-id': 'req-9e4fc413-4c60-4857-8c96-4a3e19d649d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:36,061 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:39:36,062 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0807a2f-dab5-47c4-a2cc-27893a826d65', 'x-compute-request-id': 'req-d0807a2f-dab5-47c4-a2cc-27893a826d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:37,159 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:37,159 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95572d8b-d32d-42e9-89bc-1899cc593851', 'x-compute-request-id': 'req-95572d8b-d32d-42e9-89bc-1899cc593851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:38,258 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:38,258 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22caec1c-4798-4edb-b63e-e68879185d72', 'x-compute-request-id': 'req-22caec1c-4798-4edb-b63e-e68879185d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:39,358 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:39,358 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4a220ff-f5fd-4f61-8108-3f5346bf598a', 'x-compute-request-id': 'req-b4a220ff-f5fd-4f61-8108-3f5346bf598a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:40,455 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:40,455 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f76b151f-cce3-426a-a40d-eec214dfbb4f', 'x-compute-request-id': 'req-f76b151f-cce3-426a-a40d-eec214dfbb4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:41,556 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:39:41,557 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ab50da0-784e-4902-b047-c89e55c9e2fe', 'x-compute-request-id': 'req-2ab50da0-784e-4902-b047-c89e55c9e2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:42,660 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:39:42,660 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-191e448c-e8ca-493e-a3c3-0bffb409e4d5', 'x-compute-request-id': 'req-191e448c-e8ca-493e-a3c3-0bffb409e4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:43,762 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:39:43,762 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-177b9ac6-6cf6-43dd-8947-6ede60859590', 'x-compute-request-id': 'req-177b9ac6-6cf6-43dd-8947-6ede60859590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:44,863 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:39:44,864 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d1d4c80-0ef3-4f0a-add9-48c2f6766f37', 'x-compute-request-id': 'req-0d1d4c80-0ef3-4f0a-add9-48c2f6766f37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:45,963 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:39:45,964 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67cacd41-6dc2-49b1-814e-4dae6d1c5da4', 'x-compute-request-id': 'req-67cacd41-6dc2-49b1-814e-4dae6d1c5da4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:47,065 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:39:47,065 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72f51b13-1b49-49ff-be5c-66567790e8b8', 'x-compute-request-id': 'req-72f51b13-1b49-49ff-be5c-66567790e8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:48,164 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:39:48,164 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-551a43a6-1a68-4eea-90e7-0c5542469fc0', 'x-compute-request-id': 'req-551a43a6-1a68-4eea-90e7-0c5542469fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:49,360 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.184s 2022-09-02 09:39:49,360 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c963a5f5-1d70-4136-8833-23bf3964c1bd', 'x-compute-request-id': 'req-c963a5f5-1d70-4136-8833-23bf3964c1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:50,459 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:50,459 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3d4776e-3f6b-45ff-bdf2-3f849dce9794', 'x-compute-request-id': 'req-c3d4776e-3f6b-45ff-bdf2-3f849dce9794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:51,619 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:39:51,619 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cacecf82-0f68-42f2-a479-e8447e4861d6', 'x-compute-request-id': 'req-cacecf82-0f68-42f2-a479-e8447e4861d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:52,719 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:39:52,719 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e67026e-40be-4aed-b6cb-33eca984d2db', 'x-compute-request-id': 'req-6e67026e-40be-4aed-b6cb-33eca984d2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:53,817 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:53,818 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e956271c-8617-4123-a658-9ef02a34d748', 'x-compute-request-id': 'req-e956271c-8617-4123-a658-9ef02a34d748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:54,918 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:39:54,918 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ccf4a94-b67c-4476-9314-1f96b24ae33d', 'x-compute-request-id': 'req-0ccf4a94-b67c-4476-9314-1f96b24ae33d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:56,017 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:56,017 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f4804ce-b2a4-4e11-9da9-33a99ff999a4', 'x-compute-request-id': 'req-8f4804ce-b2a4-4e11-9da9-33a99ff999a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:57,114 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:39:57,115 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cc1e0c0-ba62-4010-b110-f9712d057441', 'x-compute-request-id': 'req-6cc1e0c0-ba62-4010-b110-f9712d057441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:58,213 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:58,222 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f47e49c-3762-47db-a3c5-5552ff97b071', 'x-compute-request-id': 'req-6f47e49c-3762-47db-a3c5-5552ff97b071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:39:59,320 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:39:59,320 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6992f484-0b14-4152-8224-b5cc58235467', 'x-compute-request-id': 'req-6992f484-0b14-4152-8224-b5cc58235467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:00,421 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:00,421 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdcd8e6d-fb0b-41aa-94e0-f0357fe52a6c', 'x-compute-request-id': 'req-bdcd8e6d-fb0b-41aa-94e0-f0357fe52a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:01,524 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:40:01,524 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4522ab2a-862f-42ae-bc22-c554c1face63', 'x-compute-request-id': 'req-4522ab2a-862f-42ae-bc22-c554c1face63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:02,625 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:40:02,625 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bcad56c-2fa5-4e74-8c0b-5c926d7657e1', 'x-compute-request-id': 'req-7bcad56c-2fa5-4e74-8c0b-5c926d7657e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:03,722 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:03,722 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3deef3d4-a245-4e18-a58a-66b47a9923c2', 'x-compute-request-id': 'req-3deef3d4-a245-4e18-a58a-66b47a9923c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:04,820 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:04,820 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-143ca579-a30b-4c46-85a7-3f272aa9f8b7', 'x-compute-request-id': 'req-143ca579-a30b-4c46-85a7-3f272aa9f8b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:05,916 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:05,917 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f17fbcdb-9fc2-47fd-8cc8-fc2eee84821a', 'x-compute-request-id': 'req-f17fbcdb-9fc2-47fd-8cc8-fc2eee84821a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:07,016 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:07,017 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d295393e-4263-4bf4-bc71-22f44c4e01d8', 'x-compute-request-id': 'req-d295393e-4263-4bf4-bc71-22f44c4e01d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:08,116 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:08,116 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d8c52d1-e111-48cc-b04f-4d2437ade324', 'x-compute-request-id': 'req-3d8c52d1-e111-48cc-b04f-4d2437ade324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:09,215 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:09,216 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c395a339-f054-4cff-a3e8-2650e472e562', 'x-compute-request-id': 'req-c395a339-f054-4cff-a3e8-2650e472e562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:10,317 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:40:10,317 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a538b589-108f-46ea-959c-1c501bc727d6', 'x-compute-request-id': 'req-a538b589-108f-46ea-959c-1c501bc727d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:11,416 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:40:11,416 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-956edfd5-4a15-4518-8823-54588c06374a', 'x-compute-request-id': 'req-956edfd5-4a15-4518-8823-54588c06374a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:12,515 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:12,515 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0989422-850a-4754-ba16-a26e9641f2f8', 'x-compute-request-id': 'req-f0989422-850a-4754-ba16-a26e9641f2f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:13,613 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:13,613 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32ed17c2-1586-4901-b08b-0ecc76617da4', 'x-compute-request-id': 'req-32ed17c2-1586-4901-b08b-0ecc76617da4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:14,712 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:14,713 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a98d3138-a8a9-47a3-9a47-1f7cac8c5728', 'x-compute-request-id': 'req-a98d3138-a8a9-47a3-9a47-1f7cac8c5728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:15,815 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:40:15,815 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a293286-e095-4275-85c3-5ef878cd327f', 'x-compute-request-id': 'req-9a293286-e095-4275-85c3-5ef878cd327f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:16,916 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:16,917 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb23055b-a673-46cf-ba83-2e709695a2f0', 'x-compute-request-id': 'req-cb23055b-a673-46cf-ba83-2e709695a2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:18,019 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:40:18,019 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91bccf4a-b17c-415d-b58f-f66d549f2476', 'x-compute-request-id': 'req-91bccf4a-b17c-415d-b58f-f66d549f2476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:19,120 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:19,120 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88616b9a-88ef-440a-81e7-bcdef71b661b', 'x-compute-request-id': 'req-88616b9a-88ef-440a-81e7-bcdef71b661b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:20,221 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:20,221 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-248af5d2-1039-49b0-8eb0-7ad7c672eedc', 'x-compute-request-id': 'req-248af5d2-1039-49b0-8eb0-7ad7c672eedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:21,329 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.091s 2022-09-02 09:40:21,329 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d2fc166-f45c-45a9-8979-b2bed46121bb', 'x-compute-request-id': 'req-9d2fc166-f45c-45a9-8979-b2bed46121bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:22,431 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:40:22,431 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1115f15-5eff-4a60-bb7e-9223bbc4e650', 'x-compute-request-id': 'req-e1115f15-5eff-4a60-bb7e-9223bbc4e650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:23,529 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:23,529 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fa8b1ba-ac33-4e0f-9811-bb186edd6002', 'x-compute-request-id': 'req-2fa8b1ba-ac33-4e0f-9811-bb186edd6002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:24,633 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.091s 2022-09-02 09:40:24,634 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7e5d8a0-adb3-40e4-a897-7db92cb81c1d', 'x-compute-request-id': 'req-e7e5d8a0-adb3-40e4-a897-7db92cb81c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:25,730 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.084s 2022-09-02 09:40:25,731 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5e7933d-0a9e-44ae-9e14-9ad80c4ba1dc', 'x-compute-request-id': 'req-e5e7933d-0a9e-44ae-9e14-9ad80c4ba1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:26,838 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.091s 2022-09-02 09:40:26,839 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea52478b-2d69-4c90-b08d-9201372291d8', 'x-compute-request-id': 'req-ea52478b-2d69-4c90-b08d-9201372291d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:27,940 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:40:27,940 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b1ab15c-8166-47b1-9258-d1f203c37edc', 'x-compute-request-id': 'req-8b1ab15c-8166-47b1-9258-d1f203c37edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:29,260 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.308s 2022-09-02 09:40:29,260 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86584e98-f331-410b-96c0-b38cdabaaa02', 'x-compute-request-id': 'req-86584e98-f331-410b-96c0-b38cdabaaa02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:30,360 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:30,361 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb5f31f2-b9cf-4811-b131-0f59bf8c3e5c', 'x-compute-request-id': 'req-fb5f31f2-b9cf-4811-b131-0f59bf8c3e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:31,462 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:40:31,463 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a6fba31-d8df-4cad-8975-7827972cecff', 'x-compute-request-id': 'req-9a6fba31-d8df-4cad-8975-7827972cecff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:32,559 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.084s 2022-09-02 09:40:32,560 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dca2126-34de-4353-8081-0209e3682358', 'x-compute-request-id': 'req-5dca2126-34de-4353-8081-0209e3682358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:33,657 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:33,658 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2080e5d5-2ac9-41cf-8cbe-62b45efe3d43', 'x-compute-request-id': 'req-2080e5d5-2ac9-41cf-8cbe-62b45efe3d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:34,755 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:34,755 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b9cdbc4-4447-45fe-8649-164f4b211b67', 'x-compute-request-id': 'req-8b9cdbc4-4447-45fe-8649-164f4b211b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:35,856 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:35,856 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea293d58-8e0c-4f07-90cf-8b7d84ad8fe8', 'x-compute-request-id': 'req-ea293d58-8e0c-4f07-90cf-8b7d84ad8fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:36,959 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:40:36,959 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7acdae4f-6b09-4e72-822d-afa56148a92a', 'x-compute-request-id': 'req-7acdae4f-6b09-4e72-822d-afa56148a92a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:38,058 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:38,058 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb873e2-5ed5-4861-b96a-2e2385445f92', 'x-compute-request-id': 'req-9fb873e2-5ed5-4861-b96a-2e2385445f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:39,156 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:39,156 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6fb13d7-7706-4ef0-8ebb-06e642ea7a9c', 'x-compute-request-id': 'req-c6fb13d7-7706-4ef0-8ebb-06e642ea7a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:40,255 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:40:40,256 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea1f0968-42ac-44a8-86e6-6ac80dd4c31b', 'x-compute-request-id': 'req-ea1f0968-42ac-44a8-86e6-6ac80dd4c31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:41,353 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:41,353 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9885b9ee-abf3-4037-a068-c777e401c584', 'x-compute-request-id': 'req-9885b9ee-abf3-4037-a068-c777e401c584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:42,470 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.104s 2022-09-02 09:40:42,470 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b17540-60a1-4d42-a28c-da6825baf8f8', 'x-compute-request-id': 'req-d6b17540-60a1-4d42-a28c-da6825baf8f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:43,573 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:40:43,573 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35277ee4-2844-48c8-98fc-a829bdad007b', 'x-compute-request-id': 'req-35277ee4-2844-48c8-98fc-a829bdad007b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:44,672 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:44,673 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ca11feb-6784-44b6-8efa-5c2b0cdee5f0', 'x-compute-request-id': 'req-2ca11feb-6784-44b6-8efa-5c2b0cdee5f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:45,770 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:40:45,770 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ce84010-3435-4281-aeca-923dd6126e4b', 'x-compute-request-id': 'req-3ce84010-3435-4281-aeca-923dd6126e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:46,875 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.092s 2022-09-02 09:40:46,875 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f2a0957-0d1e-471f-8538-26cdd79bacc5', 'x-compute-request-id': 'req-5f2a0957-0d1e-471f-8538-26cdd79bacc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:47,974 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:47,975 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-affd2d23-ad6c-4b95-8283-60bc50898ecd', 'x-compute-request-id': 'req-affd2d23-ad6c-4b95-8283-60bc50898ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:49,073 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:40:49,073 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25a0f232-d6c5-4cf0-abdb-56c56ab36b2e', 'x-compute-request-id': 'req-25a0f232-d6c5-4cf0-abdb-56c56ab36b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:50,172 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:50,173 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85f20d41-4e75-4566-a868-7ad1234d27ac', 'x-compute-request-id': 'req-85f20d41-4e75-4566-a868-7ad1234d27ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:51,274 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:40:51,274 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-559b1bf8-b7e1-4d5f-bfea-2b52513712d0', 'x-compute-request-id': 'req-559b1bf8-b7e1-4d5f-bfea-2b52513712d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:52,375 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:52,375 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be90dd08-7a11-4665-af29-cd635b10e2ac', 'x-compute-request-id': 'req-be90dd08-7a11-4665-af29-cd635b10e2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:53,474 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:40:53,475 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3da5cabe-c74a-4d42-a88f-379fa720ba49', 'x-compute-request-id': 'req-3da5cabe-c74a-4d42-a88f-379fa720ba49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:54,574 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:40:54,575 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57f1a94d-1b9e-4f59-9f2b-7e94961c810d', 'x-compute-request-id': 'req-57f1a94d-1b9e-4f59-9f2b-7e94961c810d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:55,675 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:55,676 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70887ab2-1fe0-4678-a87d-3d1f9485c771', 'x-compute-request-id': 'req-70887ab2-1fe0-4678-a87d-3d1f9485c771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:56,775 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:40:56,776 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58c0b3f1-6889-48ed-a842-821891200e80', 'x-compute-request-id': 'req-58c0b3f1-6889-48ed-a842-821891200e80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:57,874 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:57,875 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-660f8686-db9c-4b49-88c9-968a1df06350', 'x-compute-request-id': 'req-660f8686-db9c-4b49-88c9-968a1df06350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:40:58,974 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:40:58,975 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2974f99b-2585-4f43-ab69-9643d397868f', 'x-compute-request-id': 'req-2974f99b-2585-4f43-ab69-9643d397868f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:00,076 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:41:00,076 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cb48b8e-782e-44aa-80ca-6cd2fb2757e8', 'x-compute-request-id': 'req-6cb48b8e-782e-44aa-80ca-6cd2fb2757e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:01,176 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:41:01,176 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e73b690f-7ac8-4afa-9dba-849edfa7b29a', 'x-compute-request-id': 'req-e73b690f-7ac8-4afa-9dba-849edfa7b29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:02,276 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:41:02,276 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32e0e79b-0f06-4e5f-b608-26b3356e3ed0', 'x-compute-request-id': 'req-32e0e79b-0f06-4e5f-b608-26b3356e3ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:03,374 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:03,375 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-994e383c-2383-4c90-b08f-1f140bdacc14', 'x-compute-request-id': 'req-994e383c-2383-4c90-b08f-1f140bdacc14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:04,477 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:41:04,478 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1daa259c-98f9-4993-9af7-c56d621fa580', 'x-compute-request-id': 'req-1daa259c-98f9-4993-9af7-c56d621fa580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:05,576 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:05,577 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c43433a4-9a0c-48ea-8710-2bfb2ecd29b0', 'x-compute-request-id': 'req-c43433a4-9a0c-48ea-8710-2bfb2ecd29b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:06,676 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:41:06,677 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf733942-64ae-4d7c-b22a-e505bf4635a7', 'x-compute-request-id': 'req-bf733942-64ae-4d7c-b22a-e505bf4635a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:07,776 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:41:07,776 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b81c903-eb04-4f9c-a8ab-9ba3d0531315', 'x-compute-request-id': 'req-9b81c903-eb04-4f9c-a8ab-9ba3d0531315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:08,878 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:41:08,878 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2e06463-1779-4363-911e-5698c09ea4d1', 'x-compute-request-id': 'req-e2e06463-1779-4363-911e-5698c09ea4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:09,976 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:09,977 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a18464de-13b5-4669-b009-42b80953d182', 'x-compute-request-id': 'req-a18464de-13b5-4669-b009-42b80953d182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:11,075 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:11,075 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d573629e-ad63-41b0-ad50-9f502a6e5e79', 'x-compute-request-id': 'req-d573629e-ad63-41b0-ad50-9f502a6e5e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:12,173 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:12,173 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b686e99-bd08-4de9-b781-4bcc3efb42fa', 'x-compute-request-id': 'req-3b686e99-bd08-4de9-b781-4bcc3efb42fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:13,275 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:41:13,275 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f26fb6d-62dd-4302-89ed-63591ecf1d13', 'x-compute-request-id': 'req-6f26fb6d-62dd-4302-89ed-63591ecf1d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:14,373 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:14,374 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79b7ced0-ebe8-4346-80da-9b01eac42b29', 'x-compute-request-id': 'req-79b7ced0-ebe8-4346-80da-9b01eac42b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:15,472 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:41:15,472 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0e3ca96-11ee-4b70-9be7-ffc73203670a', 'x-compute-request-id': 'req-f0e3ca96-11ee-4b70-9be7-ffc73203670a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:16,571 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:16,571 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2feb3775-d017-4fda-9753-d2fc5733c08b', 'x-compute-request-id': 'req-2feb3775-d017-4fda-9753-d2fc5733c08b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:17,674 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.091s 2022-09-02 09:41:17,675 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c083044-5f54-47bb-ab42-5cb82c09f36d', 'x-compute-request-id': 'req-7c083044-5f54-47bb-ab42-5cb82c09f36d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:18,775 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:41:18,776 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bedc89a0-1eee-4e04-bf36-e08a62aeee20', 'x-compute-request-id': 'req-bedc89a0-1eee-4e04-bf36-e08a62aeee20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:19,883 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:41:19,883 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9254d20-775f-4a2e-9b1c-be2eee78e9b1', 'x-compute-request-id': 'req-c9254d20-775f-4a2e-9b1c-be2eee78e9b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:20,985 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:41:20,985 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-349f54f7-baa4-468b-853d-68348d78b182', 'x-compute-request-id': 'req-349f54f7-baa4-468b-853d-68348d78b182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:22,086 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:41:22,087 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8501a519-b749-4b89-a717-3e17aa7b5f2a', 'x-compute-request-id': 'req-8501a519-b749-4b89-a717-3e17aa7b5f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:23,187 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:41:23,187 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1049694-ea77-4d1c-bbc8-ad5c27d2407c', 'x-compute-request-id': 'req-a1049694-ea77-4d1c-bbc8-ad5c27d2407c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:24,285 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:24,286 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da22fecc-8ff2-4b0d-bc2c-87830f2aa821', 'x-compute-request-id': 'req-da22fecc-8ff2-4b0d-bc2c-87830f2aa821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:25,383 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:41:25,383 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d7d88e7-c412-4ff7-b42b-cc30942c27b8', 'x-compute-request-id': 'req-9d7d88e7-c412-4ff7-b42b-cc30942c27b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:26,485 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:41:26,485 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78333f0d-448d-4564-984d-e4e566fa4e2f', 'x-compute-request-id': 'req-78333f0d-448d-4564-984d-e4e566fa4e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:27,584 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:27,584 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f4b3ad8-ab69-4153-8a15-c1ed0afdfc01', 'x-compute-request-id': 'req-6f4b3ad8-ab69-4153-8a15-c1ed0afdfc01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:28,684 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:41:28,684 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ac7c7a4-2882-4a2f-8e67-15acec7ee589', 'x-compute-request-id': 'req-5ac7c7a4-2882-4a2f-8e67-15acec7ee589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:29,784 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:41:29,785 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4861d6bb-7bac-49b9-8eb7-2f080ff7863d', 'x-compute-request-id': 'req-4861d6bb-7bac-49b9-8eb7-2f080ff7863d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:30,885 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:41:30,885 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0101cbe8-b25a-4b24-bf86-9d064eedcf21', 'x-compute-request-id': 'req-0101cbe8-b25a-4b24-bf86-9d064eedcf21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:31,983 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:31,984 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6db2b3b-e053-4758-8c1a-436f8606219a', 'x-compute-request-id': 'req-d6db2b3b-e053-4758-8c1a-436f8606219a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:33,081 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:33,082 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcbf3f76-9f5a-4e69-ac0d-d67bc13521db', 'x-compute-request-id': 'req-fcbf3f76-9f5a-4e69-ac0d-d67bc13521db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:34,181 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:34,181 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30954b88-407c-4325-a3d0-cf3c07710478', 'x-compute-request-id': 'req-30954b88-407c-4325-a3d0-cf3c07710478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:35,283 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.091s 2022-09-02 09:41:35,284 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86649586-1d95-4520-9d66-f73ce76a4e6d', 'x-compute-request-id': 'req-86649586-1d95-4520-9d66-f73ce76a4e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:36,382 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:41:36,382 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d4bb44e-f04c-4b8f-b875-21b395cdf895', 'x-compute-request-id': 'req-6d4bb44e-f04c-4b8f-b875-21b395cdf895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:37,485 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:41:37,485 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67353332-1eea-471d-8225-90925ab62912', 'x-compute-request-id': 'req-67353332-1eea-471d-8225-90925ab62912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:38,582 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:41:38,583 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5165661-1a52-4248-b9fa-301ae18f4291', 'x-compute-request-id': 'req-a5165661-1a52-4248-b9fa-301ae18f4291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:39,684 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:41:39,684 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4efda374-e53f-4aa2-ab3f-dfbb9c141660', 'x-compute-request-id': 'req-4efda374-e53f-4aa2-ab3f-dfbb9c141660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:40,782 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:41:40,782 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22360afa-6d38-42ed-b56e-8a410fae8201', 'x-compute-request-id': 'req-22360afa-6d38-42ed-b56e-8a410fae8201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:41,882 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:41:41,882 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fea3709-f7c9-45ce-b2bb-7d584bc58ef5', 'x-compute-request-id': 'req-4fea3709-f7c9-45ce-b2bb-7d584bc58ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:41:42,983 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:41:42,984 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-921b5713-1e6e-4bdc-bb0b-e02401568f5e', 'x-compute-request-id': 'req-921b5713-1e6e-4bdc-bb0b-e02401568f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:42:44,023 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 60.027s 2022-09-02 09:42:44,023 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9c42c1d-4467-47b8-ba7c-76ba0a3c6d17', 'x-compute-request-id': 'req-a9c42c1d-4467-47b8-ba7c-76ba0a3c6d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:15,297 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 30.258s 2022-09-02 09:43:15,297 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-320012b1-3265-4da9-8c5f-b471b2cb3c37', 'x-compute-request-id': 'req-320012b1-3265-4da9-8c5f-b471b2cb3c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:16,398 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:43:16,398 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d37f799a-3961-4952-8614-543e1a95f444', 'x-compute-request-id': 'req-d37f799a-3961-4952-8614-543e1a95f444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:17,496 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:17,497 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34ee663c-f1a3-40f1-ab93-4f44e9254ec4', 'x-compute-request-id': 'req-34ee663c-f1a3-40f1-ab93-4f44e9254ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:18,599 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.090s 2022-09-02 09:43:18,599 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7851e832-d4b2-467f-a33d-bc10df1c8172', 'x-compute-request-id': 'req-7851e832-d4b2-467f-a33d-bc10df1c8172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:19,696 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:43:19,697 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b3f6ab1-88d9-4484-9967-3ad89f0d88f8', 'x-compute-request-id': 'req-0b3f6ab1-88d9-4484-9967-3ad89f0d88f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:20,798 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:43:20,798 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3080eaaf-ee90-4fb3-b2d0-d2ee5b957220', 'x-compute-request-id': 'req-3080eaaf-ee90-4fb3-b2d0-d2ee5b957220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:21,900 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:43:21,900 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bb832b1-ce3e-4310-84e7-234df8f970cc', 'x-compute-request-id': 'req-0bb832b1-ce3e-4310-84e7-234df8f970cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:23,001 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:43:23,001 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f368af96-fc41-488a-ae27-568e6cb6936c', 'x-compute-request-id': 'req-f368af96-fc41-488a-ae27-568e6cb6936c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:24,100 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:43:24,101 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3758ca42-e477-45a1-9162-9b75a4506f46', 'x-compute-request-id': 'req-3758ca42-e477-45a1-9162-9b75a4506f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:25,198 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:25,199 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bb7bd0b-e33a-426f-8112-f4631acddba1', 'x-compute-request-id': 'req-5bb7bd0b-e33a-426f-8112-f4631acddba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:26,295 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:26,295 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d19a1e3-1e38-4b73-9f92-04f2bc3603e2', 'x-compute-request-id': 'req-4d19a1e3-1e38-4b73-9f92-04f2bc3603e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:27,398 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:43:27,398 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce9dfff5-f231-428d-99f4-6ec24ceed46f', 'x-compute-request-id': 'req-ce9dfff5-f231-428d-99f4-6ec24ceed46f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:28,497 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:43:28,498 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11a1d2b6-0bbf-429c-93c9-67bc9ec5e234', 'x-compute-request-id': 'req-11a1d2b6-0bbf-429c-93c9-67bc9ec5e234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:29,596 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:29,597 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e89eeefc-f1f1-4e72-8f05-62bbf2f846d4', 'x-compute-request-id': 'req-e89eeefc-f1f1-4e72-8f05-62bbf2f846d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:30,694 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:30,694 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-020f7b91-2c01-4737-95e6-107f2ba6c12d', 'x-compute-request-id': 'req-020f7b91-2c01-4737-95e6-107f2ba6c12d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:31,795 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.089s 2022-09-02 09:43:31,796 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ad22287-80cf-44d9-ba93-3b672234c601', 'x-compute-request-id': 'req-3ad22287-80cf-44d9-ba93-3b672234c601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:32,894 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.086s 2022-09-02 09:43:32,894 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3680cb62-937f-4d4b-8213-16a03cca2b5a', 'x-compute-request-id': 'req-3680cb62-937f-4d4b-8213-16a03cca2b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:33,992 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:33,993 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97f9616b-bcc2-49e7-9511-4f609a005974', 'x-compute-request-id': 'req-97f9616b-bcc2-49e7-9511-4f609a005974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:35,094 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:43:35,094 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aedae90-219c-4718-9e0c-da31357a7c86', 'x-compute-request-id': 'req-4aedae90-219c-4718-9e0c-da31357a7c86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:36,194 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:43:36,195 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28bf5969-cd79-4d89-a6f3-f5d97acb8af6', 'x-compute-request-id': 'req-28bf5969-cd79-4d89-a6f3-f5d97acb8af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:37,521 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.314s 2022-09-02 09:43:37,522 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f99ad518-a846-4980-9a4e-2fea22384233', 'x-compute-request-id': 'req-f99ad518-a846-4980-9a4e-2fea22384233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:38,618 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:38,619 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83bbfe40-5e78-4191-95b8-fb7ce10122a0', 'x-compute-request-id': 'req-83bbfe40-5e78-4191-95b8-fb7ce10122a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:39,716 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:39,716 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25b0308d-5a03-4a74-813d-1273e8c2bf42', 'x-compute-request-id': 'req-25b0308d-5a03-4a74-813d-1273e8c2bf42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:40,813 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.085s 2022-09-02 09:43:40,814 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1ceece9-651c-4689-a3cc-4b1c32db244f', 'x-compute-request-id': 'req-c1ceece9-651c-4689-a3cc-4b1c32db244f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:41,913 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.087s 2022-09-02 09:43:41,914 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7ec4d74-1740-43ec-a80b-09716271b53f', 'x-compute-request-id': 'req-c7ec4d74-1740-43ec-a80b-09716271b53f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:43:43,014 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.088s 2022-09-02 09:43:43,014 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aefa3f6-cf42-462e-9173-deda2041be61', 'x-compute-request-id': 'req-3aefa3f6-cf42-462e-9173-deda2041be61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:44:44,087 128291 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 2022-09-02 09:45:15,579 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 91.552s 2022-09-02 09:45:15,579 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-410110d8-893b-4f0b-91e9-870b9e36bdb1', 'x-compute-request-id': 'req-410110d8-893b-4f0b-91e9-870b9e36bdb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "ACTIVE", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:45:16,314 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.57:9696/networking/v2.0/floatingips/63893b0c-61aa-4c21-b387-35036591c51d 0.721s 2022-09-02 09:45:16,314 128291 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-f79b4bba-d10e-4264-a7b8-b536530652dc', 'content-length': '0', 'date': 'Fri, 02 Sep 2022 09:45:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/floatingips/63893b0c-61aa-4c21-b387-35036591c51d'} Body: b'' 2022-09-02 09:46:16,375 128291 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 2022-09-02 09:47:16,436 128291 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 2022-09-02 09:48:16,497 128291 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.57', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 2022-09-02 09:49:16,150 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 239.835s 2022-09-02 09:49:16,150 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:48:16 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-0179bad3-65cd-4d23-a710-920521864d25', 'x-compute-request-id': 'req-0179bad3-65cd-4d23-a710-920521864d25', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'' 2022-09-02 09:49:16,466 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.315s 2022-09-02 09:49:16,466 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8d5630a-ea51-41b4-8cef-42c44436ad03', 'x-compute-request-id': 'req-c8d5630a-ea51-41b4-8cef-42c44436ad03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"server": {"id": "99c278bb-a399-4a52-bb7a-6d1782711406", "name": "tempest-TestVolumeBootPattern-server-214906737", "status": "DELETED", "tenant_id": "2c5938d62e2d40969d096b66e14edd75", "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "metadata": {}, "hostId": "906e89b5e7b76644ad5e49e52bb5b75bcf265de03b6b485be5acef28", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.57/compute/flavors/452"}]}, "created": "2022-09-02T09:35:49Z", "updated": "2022-09-02T09:49:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}, {"rel": "bookmark", "href": "http://10.222.0.57/compute/servers/99c278bb-a399-4a52-bb7a-6d1782711406"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-199031911", "OS-SRV-USG:launched_at": "2022-09-02T09:36:28.000000", "OS-SRV-USG:terminated_at": "2022-09-02T09:49:15.000000", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f"}]}}' 2022-09-02 09:49:17,512 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406 0.033s 2022-09-02 09:49:17,512 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49: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': '111', 'x-openstack-request-id': 'req-65b87ea5-6f30-4f9a-8a6b-5d689904f85f', 'x-compute-request-id': 'req-65b87ea5-6f30-4f9a-8a6b-5d689904f85f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.57/compute/v2.1/servers/99c278bb-a399-4a52-bb7a-6d1782711406'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 99c278bb-a399-4a52-bb7a-6d1782711406 could not be found."}}' 2022-09-02 09:49:17,556 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:49:17,556 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-22194446-f9ab-45aa-bc61-22923503a18e', 'x-openstack-request-id': 'req-22194446-f9ab-45aa-bc61-22923503a18e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} 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, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' 2022-09-02 09:49:17,606 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:49:17,606 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eb543b8-b2d4-41a9-ab92-f54e506ca5fd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eb543b8-b2d4-41a9-ab92-f54e506ca5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:18,661 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:49:18,662 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf29f0db-a0f9-4c1a-973a-425e93b747b3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf29f0db-a0f9-4c1a-973a-425e93b747b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:19,718 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:49:19,719 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd474a9-3be7-43e6-84e0-d85a196067c1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd474a9-3be7-43e6-84e0-d85a196067c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:20,774 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:20,775 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb6c3b7-b98c-45e3-9ec7-776073c6c2de', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb6c3b7-b98c-45e3-9ec7-776073c6c2de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:21,831 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:21,831 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aad97c5-cdd2-48d8-98cc-83e15994e87d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aad97c5-cdd2-48d8-98cc-83e15994e87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:22,899 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.048s 2022-09-02 09:49:22,899 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29b439ad-e475-4f7f-b1be-5ff8631cb8ef', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29b439ad-e475-4f7f-b1be-5ff8631cb8ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:23,955 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:23,955 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a46b4c42-2e81-4d06-b9ab-bdb6dc1c978a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a46b4c42-2e81-4d06-b9ab-bdb6dc1c978a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:25,010 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:49:25,011 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001355d3-4ae5-4b57-9f22-feadeba7a3e3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001355d3-4ae5-4b57-9f22-feadeba7a3e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:26,068 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:49:26,069 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cefa204d-3acd-432a-ae3d-50f93c076e1e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cefa204d-3acd-432a-ae3d-50f93c076e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:27,124 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:27,124 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8129a06a-799a-4b53-97fb-a1b4167a1a75', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8129a06a-799a-4b53-97fb-a1b4167a1a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:28,180 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:28,180 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aefb803f-25f7-47a2-93a8-4d91546918d8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aefb803f-25f7-47a2-93a8-4d91546918d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:29,237 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:49:29,238 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b609d5-c991-4450-9035-83b6d6ddfb13', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b609d5-c991-4450-9035-83b6d6ddfb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:30,296 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:49:30,296 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30cc5ccc-6de7-4f24-9a7e-b4bb8da9f053', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cc5ccc-6de7-4f24-9a7e-b4bb8da9f053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:31,352 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:31,353 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d692de-b48d-4f99-ae18-416de5285b45', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d692de-b48d-4f99-ae18-416de5285b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:32,411 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:49:32,411 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d738e73a-136d-46f1-a54f-391d11d41038', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d738e73a-136d-46f1-a54f-391d11d41038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:33,469 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:49:33,469 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120843fa-855c-4ccb-89d6-814846ecbeb5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120843fa-855c-4ccb-89d6-814846ecbeb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:34,527 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:49:34,528 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92715983-0716-4d6a-b4f3-7675a50acb95', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92715983-0716-4d6a-b4f3-7675a50acb95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:35,585 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:49:35,585 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d344f67a-5753-4bb8-9f2f-6cf329cca13f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d344f67a-5753-4bb8-9f2f-6cf329cca13f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:36,646 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.049s 2022-09-02 09:49:36,647 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2799ff89-9ace-443d-98d7-2d15bfac784e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2799ff89-9ace-443d-98d7-2d15bfac784e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:37,704 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:49:37,704 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28799ff-a1ee-4a47-98c4-b16f12e4bcfc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28799ff-a1ee-4a47-98c4-b16f12e4bcfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:38,760 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:38,761 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b1e0a12-9598-4712-8cf8-675b21728b8a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b1e0a12-9598-4712-8cf8-675b21728b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:39,815 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:49:39,816 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d10c15f-24e0-4216-9ad3-b34bc5491a7b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d10c15f-24e0-4216-9ad3-b34bc5491a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:40,872 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:40,872 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-239b2e97-e3f7-4195-a957-d1cf761bc12f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-239b2e97-e3f7-4195-a957-d1cf761bc12f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:41,928 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:41,929 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b2dd40-af9f-409b-b3c1-84c8997a7069', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b2dd40-af9f-409b-b3c1-84c8997a7069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:42,984 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:42,985 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f80a2e78-b7b4-4543-8bc5-e39d77d9089c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f80a2e78-b7b4-4543-8bc5-e39d77d9089c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:44,044 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:49:44,044 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17b035a6-5295-4852-92ba-87b64a2b8029', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17b035a6-5295-4852-92ba-87b64a2b8029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:45,102 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:49:45,102 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fffd039-0f78-444e-be31-e7d1de73f5b9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fffd039-0f78-444e-be31-e7d1de73f5b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:46,160 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:49:46,160 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6b29f7a-8b10-4987-b287-4c22c36abca0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6b29f7a-8b10-4987-b287-4c22c36abca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:47,216 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:47,217 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93b5d1e2-d4a9-4c81-8279-d172785a537d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93b5d1e2-d4a9-4c81-8279-d172785a537d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:48,274 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:49:48,275 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dc24ec3-5b8b-42cf-bcb8-9efb9be5cc6f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dc24ec3-5b8b-42cf-bcb8-9efb9be5cc6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:49,333 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:49:49,333 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005d45c6-2cb5-4638-95f6-c625a518bda5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005d45c6-2cb5-4638-95f6-c625a518bda5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:50,389 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:50,389 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3679d806-a4c6-4fd2-a53b-70661a6c2f6d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3679d806-a4c6-4fd2-a53b-70661a6c2f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:51,446 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:49:51,446 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ad1cf1-14eb-4c34-ad85-6190826e5839', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ad1cf1-14eb-4c34-ad85-6190826e5839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:52,502 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:52,502 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d52d442a-9578-4b27-9e01-44a48ba1ca49', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52d442a-9578-4b27-9e01-44a48ba1ca49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:53,558 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:53,559 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3048b35e-f02b-433c-ace5-be8afa31d01c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3048b35e-f02b-433c-ace5-be8afa31d01c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:54,618 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:49:54,618 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-266e621d-d962-4bd5-80ee-936e2c80c9cb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-266e621d-d962-4bd5-80ee-936e2c80c9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:55,674 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:55,674 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f09ff156-ac7e-4b79-b2af-fc0243487501', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f09ff156-ac7e-4b79-b2af-fc0243487501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:56,732 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:49:56,733 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518b4642-57f8-4c5a-9808-10b975807aab', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518b4642-57f8-4c5a-9808-10b975807aab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:57,791 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:49:57,801 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9fa7d70-574a-43b7-90bc-526592d4a60f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9fa7d70-574a-43b7-90bc-526592d4a60f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:58,857 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:58,858 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e46ff13-3cc5-48e1-914f-c2b70b92a332', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e46ff13-3cc5-48e1-914f-c2b70b92a332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:49:59,913 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:49:59,914 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2bad696-6306-4bba-8a3a-259ee8673514', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2bad696-6306-4bba-8a3a-259ee8673514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:00,969 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:00,969 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1351730b-22dd-429c-8d69-89dc0d63359e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1351730b-22dd-429c-8d69-89dc0d63359e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:02,027 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:02,027 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ecc3ff-9358-4702-ad0f-769e5cf8e932', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ecc3ff-9358-4702-ad0f-769e5cf8e932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:03,084 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:03,085 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ced6b11-ae92-4f83-8f7d-9f22967df634', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ced6b11-ae92-4f83-8f7d-9f22967df634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:04,140 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:04,141 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7b643f6-f988-4cd4-9598-bccfb792d8b2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7b643f6-f988-4cd4-9598-bccfb792d8b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:05,198 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:05,198 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2474017c-e05f-4dcb-bea0-84f8f2fb3a8a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2474017c-e05f-4dcb-bea0-84f8f2fb3a8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:06,255 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:06,255 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a296fb9-20fc-4e3c-a505-a67d4935cc60', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a296fb9-20fc-4e3c-a505-a67d4935cc60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:07,312 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:07,312 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6325fc3c-1057-473a-9e85-6c5bc0e60c37', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6325fc3c-1057-473a-9e85-6c5bc0e60c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:08,372 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.048s 2022-09-02 09:50:08,372 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3245b881-6bbf-427e-b32f-75e754599f10', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3245b881-6bbf-427e-b32f-75e754599f10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:09,429 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:09,429 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46a0f933-928e-4b70-bd9f-58feb54d88f8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46a0f933-928e-4b70-bd9f-58feb54d88f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:10,484 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:10,484 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d92e4928-3df0-4c6a-a932-ac668f2f11ff', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d92e4928-3df0-4c6a-a932-ac668f2f11ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:11,540 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:11,540 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694f635f-d9cf-489a-9f8a-b253d88d41d1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694f635f-d9cf-489a-9f8a-b253d88d41d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:12,596 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:12,596 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-552e144a-d933-4c37-aa8b-56a285502e03', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-552e144a-d933-4c37-aa8b-56a285502e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:13,652 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:13,653 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e4f5c5a-da33-44e2-9210-466211915544', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e4f5c5a-da33-44e2-9210-466211915544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:14,708 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:14,708 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70547f08-16ca-48a0-9bc7-8dcde4471fad', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70547f08-16ca-48a0-9bc7-8dcde4471fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:15,870 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.151s 2022-09-02 09:50:15,870 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9113cef7-e639-44a3-86e3-34504d8778ef', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9113cef7-e639-44a3-86e3-34504d8778ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:16,927 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:16,928 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47683b20-2676-4b9e-af88-965011644594', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47683b20-2676-4b9e-af88-965011644594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:17,984 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:17,985 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4eb1a85-f964-47d3-b54a-c7935efca283', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4eb1a85-f964-47d3-b54a-c7935efca283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:19,043 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:50:19,044 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd0ada8-d03f-47e5-a936-4cd9f576d7b7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd0ada8-d03f-47e5-a936-4cd9f576d7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:20,100 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:20,100 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-817422c5-97bd-46d2-8df8-c280aff09f89', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-817422c5-97bd-46d2-8df8-c280aff09f89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:21,156 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:21,156 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78bfdee-99f8-43a3-ad11-8f3ed5edb3b6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78bfdee-99f8-43a3-ad11-8f3ed5edb3b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:22,213 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:22,213 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-672b574f-a36f-47f6-8102-49d3ca277510', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-672b574f-a36f-47f6-8102-49d3ca277510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:23,268 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:23,269 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1a251c9-7b88-49d6-863a-11c17ba015e8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1a251c9-7b88-49d6-863a-11c17ba015e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:24,326 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:24,326 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e17573b-92a0-40df-9a5a-a60ff395eb5f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e17573b-92a0-40df-9a5a-a60ff395eb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:25,381 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:25,381 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d77f889a-b85c-4bde-9ca1-06729d282185', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d77f889a-b85c-4bde-9ca1-06729d282185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:26,438 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:26,438 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8345c10-8d14-4060-95bf-ee84a14a617a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8345c10-8d14-4060-95bf-ee84a14a617a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:27,494 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:27,495 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a015ac4-dbe7-49dd-83dc-769db8ccf3e3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a015ac4-dbe7-49dd-83dc-769db8ccf3e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:28,551 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:28,551 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90459b55-a55f-4e09-b20d-9538be3060b8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90459b55-a55f-4e09-b20d-9538be3060b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:29,608 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:29,608 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef147d7-fe9f-41fd-b0e0-d7d2bf73b700', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef147d7-fe9f-41fd-b0e0-d7d2bf73b700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:30,662 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:50:30,663 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b078c5f-59b7-4240-b48a-72abdbbe349a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b078c5f-59b7-4240-b48a-72abdbbe349a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:31,718 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:31,718 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b7efac-164e-4307-9323-c6c9709a89f0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b7efac-164e-4307-9323-c6c9709a89f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:32,774 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:32,774 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7712012-3721-46aa-bdda-59e6c6f29566', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7712012-3721-46aa-bdda-59e6c6f29566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:33,830 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:33,830 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a9da196-2fda-403c-b21c-31a4f9c92982', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a9da196-2fda-403c-b21c-31a4f9c92982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:34,888 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:50:34,889 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f1f6fde-1fe2-48d0-aab2-3672fb73fabf', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f1f6fde-1fe2-48d0-aab2-3672fb73fabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:35,945 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:35,945 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a32ada3-a190-4c46-8c68-276922355542', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a32ada3-a190-4c46-8c68-276922355542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:37,001 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:37,002 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8e46293-c33e-49a8-853c-6f515597e9bc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8e46293-c33e-49a8-853c-6f515597e9bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:38,057 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:38,057 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff87f8d4-659b-4d21-b6e0-9acfcefad882', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff87f8d4-659b-4d21-b6e0-9acfcefad882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:39,117 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.049s 2022-09-02 09:50:39,120 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ab81b71-2d25-43b0-b753-862209852452', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab81b71-2d25-43b0-b753-862209852452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:40,175 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:40,175 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1884c06a-fda9-4d26-afd7-2bd7cdb867f8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1884c06a-fda9-4d26-afd7-2bd7cdb867f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:41,232 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:41,232 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47570230-a2d9-4a6c-baa9-9b30a500fc6b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47570230-a2d9-4a6c-baa9-9b30a500fc6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:42,287 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:42,287 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3522cd9-5efc-44ed-bc20-020bcf0593c2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3522cd9-5efc-44ed-bc20-020bcf0593c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:43,343 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:43,343 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b606594e-06c4-4970-ae29-5d445a786f32', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b606594e-06c4-4970-ae29-5d445a786f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:44,397 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:50:44,397 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfdf1b6e-cb2f-475c-b2ce-8a009adf306b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfdf1b6e-cb2f-475c-b2ce-8a009adf306b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:45,460 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.050s 2022-09-02 09:50:45,460 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181f13c8-63ac-4529-8f5c-af8aa66b5d27', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181f13c8-63ac-4529-8f5c-af8aa66b5d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:46,522 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:46,522 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f21ba0-6177-4bb2-99de-9e92cda67ae3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54f21ba0-6177-4bb2-99de-9e92cda67ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:47,578 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:47,578 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6ffb2b-2a73-47e6-b230-08e17d6d0fce', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6ffb2b-2a73-47e6-b230-08e17d6d0fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:48,634 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:48,634 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb4f2d5-767b-4dbc-9b79-3aaa717383e2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb4f2d5-767b-4dbc-9b79-3aaa717383e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:49,691 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:49,691 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa3f7897-34db-4227-be15-a2893eca7529', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa3f7897-34db-4227-be15-a2893eca7529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:50,747 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:50,747 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb527192-ca97-4cd2-a1d5-c01a0a0d4b2e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb527192-ca97-4cd2-a1d5-c01a0a0d4b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:51,804 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:50:51,805 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6172a874-0e79-4a15-853d-0aaaf2ce713c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6172a874-0e79-4a15-853d-0aaaf2ce713c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:52,861 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:52,862 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa28c7b-99e8-4f1d-86e0-3be6e1b9d706', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aa28c7b-99e8-4f1d-86e0-3be6e1b9d706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:53,918 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:53,918 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b3ff349-109f-44f5-8695-a26faf176613', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3ff349-109f-44f5-8695-a26faf176613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:54,974 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:54,974 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-813dea5b-e875-4c57-8b41-9a40929eae0a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-813dea5b-e875-4c57-8b41-9a40929eae0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:56,030 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:56,030 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582a8f72-f97b-41b7-afcf-8eb43ebbc93e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582a8f72-f97b-41b7-afcf-8eb43ebbc93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:57,085 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:50:57,086 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ff7bfc-26d9-403c-9952-90d291a58cfc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ff7bfc-26d9-403c-9952-90d291a58cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:58,141 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:50:58,142 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cf6ca4-b8b9-4ec6-a8fd-0041c7c400a8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cf6ca4-b8b9-4ec6-a8fd-0041c7c400a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:50:59,197 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:50:59,197 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dfe3b47-967c-48ea-8aca-cb71c9c45db9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dfe3b47-967c-48ea-8aca-cb71c9c45db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:00,254 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:51:00,255 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a576e5cb-b562-47db-9286-3f2262c6ff56', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a576e5cb-b562-47db-9286-3f2262c6ff56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:01,310 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:01,310 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028b1b3e-b04f-4d3a-aa49-a98c537f1eab', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028b1b3e-b04f-4d3a-aa49-a98c537f1eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:02,365 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:02,366 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787403aa-e1d4-4962-ae33-b55d4994c4a9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787403aa-e1d4-4962-ae33-b55d4994c4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:03,422 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:03,422 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdbe6af1-9012-4c33-8bc7-e152f6059dd3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdbe6af1-9012-4c33-8bc7-e152f6059dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:04,476 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:51:04,476 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376d8660-4976-4077-8630-0fef7f1105d5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376d8660-4976-4077-8630-0fef7f1105d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:05,531 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:05,532 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a08c77-1eab-4d49-bc19-c3c57bb1c3b4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a08c77-1eab-4d49-bc19-c3c57bb1c3b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:06,587 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:51:06,588 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23c5da51-cae9-4cfe-a565-df284b576af2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23c5da51-cae9-4cfe-a565-df284b576af2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:07,643 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:07,643 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efff28a9-db21-42a8-84cc-2c932b6ec9a7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efff28a9-db21-42a8-84cc-2c932b6ec9a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:08,701 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:51:08,701 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b98eb500-22bd-4b52-b5c2-63d8b661d4e7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b98eb500-22bd-4b52-b5c2-63d8b661d4e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:09,761 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.048s 2022-09-02 09:51:09,762 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ff92bc5-59c0-4d73-987e-cfd3ac4fafad', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ff92bc5-59c0-4d73-987e-cfd3ac4fafad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:10,817 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:10,818 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-572cd5ed-050f-4619-9b2e-3ea40548cd3a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-572cd5ed-050f-4619-9b2e-3ea40548cd3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:11,874 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:11,874 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5388f539-a984-4d19-9634-f6968cd8bfeb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5388f539-a984-4d19-9634-f6968cd8bfeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:12,930 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:12,930 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acf13cb-7429-4863-a12d-6de47b3e7509', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acf13cb-7429-4863-a12d-6de47b3e7509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:13,986 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:13,986 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e1ee0f-dd19-4630-9537-b3c1bdac0580', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e1ee0f-dd19-4630-9537-b3c1bdac0580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:15,043 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:15,043 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f76a3828-cbe2-4f9d-be7d-9f1c804e302e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f76a3828-cbe2-4f9d-be7d-9f1c804e302e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:16,098 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:16,098 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73a1912-a85d-41c0-b685-3a8ab628fbf5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73a1912-a85d-41c0-b685-3a8ab628fbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:17,154 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:17,155 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b2d8a13-a877-46d6-920f-863767c79667', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b2d8a13-a877-46d6-920f-863767c79667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:18,210 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:18,210 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9ca659e-f3ff-4834-85f8-8a2bd98b1698', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9ca659e-f3ff-4834-85f8-8a2bd98b1698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:19,266 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:19,266 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e4a4d87-f458-4630-9af8-0acc4d2c1496', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e4a4d87-f458-4630-9af8-0acc4d2c1496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:20,323 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:20,323 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2c3daba-8737-4ed3-a8b9-04cb34d6c7f4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2c3daba-8737-4ed3-a8b9-04cb34d6c7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:21,378 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:21,379 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b4196f7-00c0-44cc-9862-51b856114124', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b4196f7-00c0-44cc-9862-51b856114124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:22,435 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:51:22,436 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab2b099-cf4f-4260-96a2-93294db0dfab', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab2b099-cf4f-4260-96a2-93294db0dfab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:23,491 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:23,491 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6bbc513-f18e-4328-8956-9bbda3d9991a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6bbc513-f18e-4328-8956-9bbda3d9991a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:24,546 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:24,546 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df497aa-69be-481a-b147-574d000702c9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df497aa-69be-481a-b147-574d000702c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:25,602 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:25,602 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33779512-f512-4c8e-b6ac-a19972914a70', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33779512-f512-4c8e-b6ac-a19972914a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:26,658 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:26,659 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f837ab-9e03-44b9-aaa8-188cb825d838', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f837ab-9e03-44b9-aaa8-188cb825d838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:27,713 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:27,714 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba1f552a-63c9-47e5-8aef-1ec7b54eb410', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba1f552a-63c9-47e5-8aef-1ec7b54eb410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:28,769 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:51:28,769 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a19b1f38-e9b6-42e1-b646-74d4f21aa220', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a19b1f38-e9b6-42e1-b646-74d4f21aa220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:29,824 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:51:29,824 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa36322-6159-41f5-9d6c-578df6008dfd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa36322-6159-41f5-9d6c-578df6008dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:30,880 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:30,881 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e615a8-e7e0-4777-b0ee-2c006e7cad74', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e615a8-e7e0-4777-b0ee-2c006e7cad74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:31,945 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.052s 2022-09-02 09:51:31,945 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f9770d8-96d6-47f2-9680-fc8c09d5c320', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f9770d8-96d6-47f2-9680-fc8c09d5c320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:33,000 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:33,001 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be48f286-e991-4eeb-acef-ca9a07aaf47a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be48f286-e991-4eeb-acef-ca9a07aaf47a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:34,057 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:34,057 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b72db3-f83b-4a09-9c82-f5fb8b281d34', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b72db3-f83b-4a09-9c82-f5fb8b281d34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:35,112 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:35,113 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46791dda-c62a-4736-89e1-36265f178821', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46791dda-c62a-4736-89e1-36265f178821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:36,168 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:36,168 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2304556c-4edb-428d-a8a8-e99e0d0a00e6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2304556c-4edb-428d-a8a8-e99e0d0a00e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:37,223 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:37,223 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3fba1ea-c7a2-484a-a06a-6e51a58bdc6e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3fba1ea-c7a2-484a-a06a-6e51a58bdc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:38,278 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:38,279 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79180352-539e-440e-9ca8-55be91f17e5e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79180352-539e-440e-9ca8-55be91f17e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:39,335 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:39,335 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-053280a0-2e46-476d-9e5c-64100c4e84c2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-053280a0-2e46-476d-9e5c-64100c4e84c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:40,394 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:51:40,395 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f9d369-f5a6-44dc-b0b2-37edef8a23c6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f9d369-f5a6-44dc-b0b2-37edef8a23c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:41,454 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:41,454 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d7d6e4-6fd8-49bf-9422-f64d03fe8f8a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d7d6e4-6fd8-49bf-9422-f64d03fe8f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:42,511 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:42,512 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9330e04-4722-4fd4-a0b6-9763cc9fd234', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9330e04-4722-4fd4-a0b6-9763cc9fd234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:43,567 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:43,567 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2b419a-148a-4483-87f8-35d7f9b2026b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2b419a-148a-4483-87f8-35d7f9b2026b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:44,623 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:44,623 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-875d64ec-07c2-48af-8bf5-0108eba0b468', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-875d64ec-07c2-48af-8bf5-0108eba0b468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:45,679 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:45,679 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-969494d2-946d-4bbf-820d-6ca215d0a449', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969494d2-946d-4bbf-820d-6ca215d0a449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:46,734 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:46,735 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ebdfbc4-257d-4142-a0d3-749840c2ec2a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ebdfbc4-257d-4142-a0d3-749840c2ec2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:47,791 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:51:47,792 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e904b11-f45c-40e6-9dd2-e626168a9a76', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e904b11-f45c-40e6-9dd2-e626168a9a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:48,846 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:48,846 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8d374a7-ad85-484d-a214-587c9e425ba8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8d374a7-ad85-484d-a214-587c9e425ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:49,904 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:51:49,905 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d410d98-42b6-4641-9e5b-d19b222f5270', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d410d98-42b6-4641-9e5b-d19b222f5270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:50,960 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:50,961 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78898628-ff17-41da-a70f-76270078b933', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78898628-ff17-41da-a70f-76270078b933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:52,016 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:52,017 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5099e035-90e0-4139-b99a-05cfaa1a9718', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5099e035-90e0-4139-b99a-05cfaa1a9718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:53,074 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:51:53,074 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c9ea58-15f9-4342-ad1c-ea477df86890', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c9ea58-15f9-4342-ad1c-ea477df86890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:54,130 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:54,137 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bbe0de-17ec-42ba-8504-0fed6707adf6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bbe0de-17ec-42ba-8504-0fed6707adf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:55,194 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:51:55,195 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3336e995-d7c7-412c-b9c5-1c57954d6068', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3336e995-d7c7-412c-b9c5-1c57954d6068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:56,250 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:56,250 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0006134d-1ed1-4189-86c3-edac0a2d6186', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0006134d-1ed1-4189-86c3-edac0a2d6186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:57,304 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:51:57,305 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a10ce69b-c954-43d9-a0ba-5beff49e97d1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a10ce69b-c954-43d9-a0ba-5beff49e97d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:58,359 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:51:58,360 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5ccef4-df0c-4954-ae99-4cb1cb6d1f57', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5ccef4-df0c-4954-ae99-4cb1cb6d1f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:51:59,415 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:51:59,415 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d51b8423-4b1c-4201-973c-62ac85875ff4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d51b8423-4b1c-4201-973c-62ac85875ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:00,469 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:00,469 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-558c543a-f4a3-4383-92aa-ebf3d4d478a6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-558c543a-f4a3-4383-92aa-ebf3d4d478a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:01,525 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:01,525 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22fca82c-c30f-4843-a1e1-b882fc6999fc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22fca82c-c30f-4843-a1e1-b882fc6999fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:02,581 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:02,581 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d17ef2-fdb6-44ff-b74a-38dd721299c6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20d17ef2-fdb6-44ff-b74a-38dd721299c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:03,638 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:03,639 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c73f6a9-3b99-435a-80a0-bfbf8134eafc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c73f6a9-3b99-435a-80a0-bfbf8134eafc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:04,694 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:04,694 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d50e6b5-1b14-44f7-a745-98677b582d6a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d50e6b5-1b14-44f7-a745-98677b582d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:05,751 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:52:05,755 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efa5f9e1-d9a2-46e6-86cb-9ec5758d8345', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efa5f9e1-d9a2-46e6-86cb-9ec5758d8345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:06,810 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:06,811 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ea370f2-44a2-47a1-8bd2-81e84e70b1d6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ea370f2-44a2-47a1-8bd2-81e84e70b1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:07,867 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:07,867 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26f3bfe5-af96-43ee-8536-4e5271249933', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26f3bfe5-af96-43ee-8536-4e5271249933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:08,922 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:08,923 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76f4b559-0428-42c5-9bf7-f71f5e82264b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76f4b559-0428-42c5-9bf7-f71f5e82264b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:09,979 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:09,979 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df108547-3ed0-480e-b5ea-40d08f232d70', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df108547-3ed0-480e-b5ea-40d08f232d70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:11,035 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:11,035 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a235cb69-49ad-490c-8bc8-ea774d25c295', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a235cb69-49ad-490c-8bc8-ea774d25c295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:12,090 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:12,091 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-853acc62-1052-4c51-b389-2cdc7b049476', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-853acc62-1052-4c51-b389-2cdc7b049476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:13,146 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:13,146 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84ddf859-192e-4a42-ac4c-d38a01842d3a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84ddf859-192e-4a42-ac4c-d38a01842d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:14,201 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:14,201 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb71ece2-5808-4daa-a951-6d3cf950adea', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb71ece2-5808-4daa-a951-6d3cf950adea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:15,257 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:15,257 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a507e8-965c-4eb3-9abb-050e0260fe6d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a507e8-965c-4eb3-9abb-050e0260fe6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:16,313 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:16,313 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c6f1c62-12ca-4d0d-a2cc-57314bf51e50', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c6f1c62-12ca-4d0d-a2cc-57314bf51e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:17,368 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:17,369 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31190610-fe18-44bf-894c-d6090777f5c7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31190610-fe18-44bf-894c-d6090777f5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:18,425 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:18,426 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc9d94e-78fc-41b0-a9e2-3ca8347dd39a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc9d94e-78fc-41b0-a9e2-3ca8347dd39a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:19,481 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:52:19,481 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-271db017-a0f3-47c9-8f1c-ceb085c1545d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-271db017-a0f3-47c9-8f1c-ceb085c1545d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:20,537 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:20,538 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7005b743-d3df-4eec-93f2-bfaedcf018e6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7005b743-d3df-4eec-93f2-bfaedcf018e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:21,594 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:21,594 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098cb89c-05b2-43ff-ac41-4edc5e0d9d98', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098cb89c-05b2-43ff-ac41-4edc5e0d9d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:22,649 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:22,649 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf7dc3b7-7810-4783-925d-b33f75fbbf67', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf7dc3b7-7810-4783-925d-b33f75fbbf67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:23,707 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:23,708 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5937d33b-63d5-4730-ac5a-48e8716c6cfd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5937d33b-63d5-4730-ac5a-48e8716c6cfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:24,763 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:24,764 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c20c00fa-57c9-46fe-bb40-687a90f79d23', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c20c00fa-57c9-46fe-bb40-687a90f79d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:25,819 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:25,820 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9443e3b0-1c9e-4f5c-ad33-68df7e4b9f54', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9443e3b0-1c9e-4f5c-ad33-68df7e4b9f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:26,875 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:26,876 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ec74b6-fda0-4e03-9224-defe8d7b4d4d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ec74b6-fda0-4e03-9224-defe8d7b4d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:27,932 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:27,933 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec43e9d-00c7-487b-ba4d-cb3eb7df2e7d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec43e9d-00c7-487b-ba4d-cb3eb7df2e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:28,989 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:28,990 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99201f6c-b3fd-4884-a6ba-e10f1eb0ce90', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99201f6c-b3fd-4884-a6ba-e10f1eb0ce90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:30,048 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:52:30,048 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b5c29b-d965-4eb1-9b48-4c9e43e3bf37', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b5c29b-d965-4eb1-9b48-4c9e43e3bf37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:31,104 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:31,105 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a947cb-b78e-4a77-b280-89a534c1d4a2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a947cb-b78e-4a77-b280-89a534c1d4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:32,161 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:32,162 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc2a0d4a-4689-42b5-96ac-54a74cccbdec', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc2a0d4a-4689-42b5-96ac-54a74cccbdec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:33,218 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:33,230 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20975d80-2d93-41a3-86be-5aefa0d20758', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20975d80-2d93-41a3-86be-5aefa0d20758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:34,285 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:52:34,285 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-355de9de-18fd-44ff-927e-9f75fbb2ad74', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355de9de-18fd-44ff-927e-9f75fbb2ad74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:35,341 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:35,342 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d8c95c-7394-4883-8467-e43adba12995', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d8c95c-7394-4883-8467-e43adba12995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:36,398 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:36,399 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122e0a91-01b2-4262-a992-e40ded48b21a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122e0a91-01b2-4262-a992-e40ded48b21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:37,454 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:37,454 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fcaa90d-a1b3-4dcd-b6b2-6bbd98a0f1ab', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fcaa90d-a1b3-4dcd-b6b2-6bbd98a0f1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:38,511 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:38,512 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c958db-4fa5-4ae2-96ba-c6473d67165d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c958db-4fa5-4ae2-96ba-c6473d67165d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:39,567 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:39,567 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e25af05-9269-45cb-ad28-c019192cbd62', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e25af05-9269-45cb-ad28-c019192cbd62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:40,622 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:52:40,622 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e738553-79ea-4068-a68b-0bb66de7a7c1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e738553-79ea-4068-a68b-0bb66de7a7c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:41,680 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:41,680 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c0e254b-f354-43f0-834a-5861c03296cc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c0e254b-f354-43f0-834a-5861c03296cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:42,735 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:42,736 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8644c7ac-17b5-45e5-b635-1215901b2264', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8644c7ac-17b5-45e5-b635-1215901b2264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:43,792 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:43,792 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec18d23a-e9cc-4780-97c0-a73c6f35134f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec18d23a-e9cc-4780-97c0-a73c6f35134f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:44,846 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:52:44,846 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-317ace8f-ccbe-459d-a397-4fc1d27dc4fb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-317ace8f-ccbe-459d-a397-4fc1d27dc4fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:45,904 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:45,904 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77a1e65f-1025-432a-8a38-435533ffb2a4', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77a1e65f-1025-432a-8a38-435533ffb2a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:46,961 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:46,961 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be520ee6-dd6d-4799-86bf-eb60b518aed1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be520ee6-dd6d-4799-86bf-eb60b518aed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:48,017 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:48,018 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87456ff-2c32-425f-af7c-2435f88e3165', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87456ff-2c32-425f-af7c-2435f88e3165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:49,074 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:49,075 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb01ff04-b021-4878-bee2-ad982149fa22', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb01ff04-b021-4878-bee2-ad982149fa22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:50,129 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:52:50,129 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-925b604b-796f-427c-8b86-af00026e503d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-925b604b-796f-427c-8b86-af00026e503d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:51,187 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:51,187 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1035d60c-1ae9-44c2-80b5-b8c2ea2e9cd7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1035d60c-1ae9-44c2-80b5-b8c2ea2e9cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:52,243 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:52,243 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45e4a13-4127-4ebc-84e1-a2a57e1657a5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45e4a13-4127-4ebc-84e1-a2a57e1657a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:53,299 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:53,299 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5470124-22eb-42a2-a404-74ff852ee60b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5470124-22eb-42a2-a404-74ff852ee60b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:54,354 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:52:54,354 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be4e1c2-451c-44af-a878-5230ed6b4ab5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be4e1c2-451c-44af-a878-5230ed6b4ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:55,412 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:52:55,412 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c025d548-9e1a-4cdf-a0a0-d06633cd11ba', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c025d548-9e1a-4cdf-a0a0-d06633cd11ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:56,468 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:56,468 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c0985e6-a98a-4b40-8234-1e985e48ce60', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c0985e6-a98a-4b40-8234-1e985e48ce60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:57,524 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:52:57,524 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef822ceb-9e2e-461f-9c53-2ebbc10157a7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef822ceb-9e2e-461f-9c53-2ebbc10157a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:58,582 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:52:58,582 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a725f787-9565-419f-8f42-6264e8d0b46c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a725f787-9565-419f-8f42-6264e8d0b46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:52:59,638 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:52:59,639 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64069af-22f0-4a72-90c7-1ec3bb659bdd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b64069af-22f0-4a72-90c7-1ec3bb659bdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:00,694 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:00,694 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1a5f1e2-367f-4359-a151-3e5f6f64b1e8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1a5f1e2-367f-4359-a151-3e5f6f64b1e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:01,749 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:01,750 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f03652-37c6-4e91-b142-73028b249f51', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f03652-37c6-4e91-b142-73028b249f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:02,804 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:02,805 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b7ba9fa-9be0-42c2-95e8-41beb973bbc2', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b7ba9fa-9be0-42c2-95e8-41beb973bbc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:03,860 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:03,860 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71989afa-6fdf-468e-b926-34cb32cbbf5f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71989afa-6fdf-468e-b926-34cb32cbbf5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:04,918 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:53:04,919 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e27fc9c-0878-43d7-ac17-2d7ef25f45cc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e27fc9c-0878-43d7-ac17-2d7ef25f45cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:05,973 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:05,973 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94611b6c-e69e-4b81-aca1-f59f7102bd63', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94611b6c-e69e-4b81-aca1-f59f7102bd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:07,031 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:07,031 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-140e29cb-43d6-4472-967a-3a3193841321', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-140e29cb-43d6-4472-967a-3a3193841321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:08,086 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:08,087 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d06e4bc5-9453-4791-ad33-ec0a42f96393', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d06e4bc5-9453-4791-ad33-ec0a42f96393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:09,142 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:09,143 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38641afb-41fb-4914-87e6-6dd43782357b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38641afb-41fb-4914-87e6-6dd43782357b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:10,198 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:10,199 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-406efe92-3672-4354-b1c7-21b44fc81f00', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406efe92-3672-4354-b1c7-21b44fc81f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:11,253 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:53:11,254 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d6ee34-7a55-4d40-94ea-24d72f09419d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d6ee34-7a55-4d40-94ea-24d72f09419d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:12,311 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:12,316 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-967bfc81-7aba-4912-a9c6-adc4da368346', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-967bfc81-7aba-4912-a9c6-adc4da368346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:13,373 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:13,373 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71ef54aa-4fbb-4a7c-8226-24ee10c65a2c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71ef54aa-4fbb-4a7c-8226-24ee10c65a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:14,430 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:14,430 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2f33e0-076d-44cb-9169-34196be7cef5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2f33e0-076d-44cb-9169-34196be7cef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:15,486 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:15,487 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-654f0b89-9454-46f6-8597-45fe293ca398', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-654f0b89-9454-46f6-8597-45fe293ca398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:16,543 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:16,544 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73729a90-8a07-4098-a931-101c4b5751d9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73729a90-8a07-4098-a931-101c4b5751d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:17,599 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:17,610 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e65fe143-2b54-4fba-a426-e260ae9b4d71', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e65fe143-2b54-4fba-a426-e260ae9b4d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:18,668 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:53:18,668 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4d8bd4-8f86-4a3c-a718-1c5243af5163', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4d8bd4-8f86-4a3c-a718-1c5243af5163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:19,724 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:19,725 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93568dbe-b0f1-4fb6-8111-ee2e7a63360a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93568dbe-b0f1-4fb6-8111-ee2e7a63360a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:20,784 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.048s 2022-09-02 09:53:20,785 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694d3593-cbe0-451b-8218-41f0e31c8c49', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694d3593-cbe0-451b-8218-41f0e31c8c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:21,846 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.048s 2022-09-02 09:53:21,846 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4850f267-5726-450e-9734-636ea147edc1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4850f267-5726-450e-9734-636ea147edc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:22,903 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:22,904 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8b485f-5206-41d4-8220-463d6de0176f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8b485f-5206-41d4-8220-463d6de0176f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:23,958 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:23,959 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ecb1c03-0427-4d46-b7c2-4cc0cd65b478', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ecb1c03-0427-4d46-b7c2-4cc0cd65b478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:25,016 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:25,016 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95f13f7-880d-4e08-97d3-9451a082e176', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95f13f7-880d-4e08-97d3-9451a082e176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:26,074 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:26,075 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad468f31-8a15-4123-874e-87be5620a029', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad468f31-8a15-4123-874e-87be5620a029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:27,132 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:27,132 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a6dab4a-4927-4e67-8899-b065ee3e49ef', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a6dab4a-4927-4e67-8899-b065ee3e49ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:28,188 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:28,189 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f19e5e8e-68b6-4d81-9415-9c7bbc7e4121', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f19e5e8e-68b6-4d81-9415-9c7bbc7e4121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:29,245 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:29,245 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c67e8ed-2b34-4a1e-9112-2e4edb3c0072', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c67e8ed-2b34-4a1e-9112-2e4edb3c0072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:30,301 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:30,302 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bc9f34-c69d-476e-884e-0df72623619c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3bc9f34-c69d-476e-884e-0df72623619c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:31,358 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:31,358 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc8beaa-e636-465d-bfd6-a4e307aa6988', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc8beaa-e636-465d-bfd6-a4e307aa6988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:32,416 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:32,416 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07fb5a2-ed3a-4cdd-891e-7b5dca4abfc3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07fb5a2-ed3a-4cdd-891e-7b5dca4abfc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:33,472 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:33,472 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fd02d94-f525-4c60-a07f-40d2fe047921', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fd02d94-f525-4c60-a07f-40d2fe047921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:34,544 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.060s 2022-09-02 09:53:34,544 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48b83b28-3f83-428b-b250-888fdf094a2d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48b83b28-3f83-428b-b250-888fdf094a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:35,601 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:35,601 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0b4d128-111f-4f49-b473-20f3307d2c93', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0b4d128-111f-4f49-b473-20f3307d2c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:36,657 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:36,657 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2128990-0542-4aa5-829f-0f57e57168ea', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2128990-0542-4aa5-829f-0f57e57168ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:37,716 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:53:37,716 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70aee67c-2ac4-47a3-98f2-16dbcd5f2e7f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70aee67c-2ac4-47a3-98f2-16dbcd5f2e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:38,776 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:53:38,776 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced3d22b-92bc-4c83-9208-8271c40dbbc0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced3d22b-92bc-4c83-9208-8271c40dbbc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:39,831 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:39,834 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02b3b833-13e2-4e88-aeca-1d140eda26c0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02b3b833-13e2-4e88-aeca-1d140eda26c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:40,889 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:40,890 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d65d2d-d348-46ec-a45a-517d353a5c13', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d65d2d-d348-46ec-a45a-517d353a5c13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:41,944 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:53:41,945 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6acc39b-ccb9-4cb7-be0c-d9464df82c71', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6acc39b-ccb9-4cb7-be0c-d9464df82c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:43,000 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:43,001 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2008df-e109-40d8-a3c5-1f7b5b4778da', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2008df-e109-40d8-a3c5-1f7b5b4778da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:44,056 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:44,056 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd1b5ff2-7cfe-48e7-b549-c73503c0bdf0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd1b5ff2-7cfe-48e7-b549-c73503c0bdf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:45,113 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:45,113 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be1bb77-f035-4856-b75a-93f647462645', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be1bb77-f035-4856-b75a-93f647462645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:46,232 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.106s 2022-09-02 09:53:46,232 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47653c60-b466-4c1e-ab16-99893663f147', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47653c60-b466-4c1e-ab16-99893663f147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:47,289 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:47,289 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0257dccb-3ba1-4b81-a42f-e4ab42cf1c92', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0257dccb-3ba1-4b81-a42f-e4ab42cf1c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:48,346 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:53:48,346 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a846115e-8d64-4fae-ab63-5c85185eb246', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a846115e-8d64-4fae-ab63-5c85185eb246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:49,402 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:53:49,403 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102af8c2-b0b1-41c9-a16a-b9181165ecdc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102af8c2-b0b1-41c9-a16a-b9181165ecdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:50,466 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.051s 2022-09-02 09:53:50,466 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4529627-c84e-4f26-9203-c8880075b55f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4529627-c84e-4f26-9203-c8880075b55f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:51,527 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.049s 2022-09-02 09:53:51,534 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84861267-8d60-4853-a387-12f689c5652d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84861267-8d60-4853-a387-12f689c5652d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:52,589 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:53:52,589 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d667dd91-ebdb-46bc-aec5-b848a155b833', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d667dd91-ebdb-46bc-aec5-b848a155b833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:53,644 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:53,644 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08e788c2-9435-4716-9908-f58943de1121', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08e788c2-9435-4716-9908-f58943de1121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:54,698 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:53:54,698 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fbdef0b-37e3-4fca-892a-9c1822a5fa97', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fbdef0b-37e3-4fca-892a-9c1822a5fa97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:55,754 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:55,754 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7a67ab-7d2d-4edd-bf09-efec13d6b1e6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7a67ab-7d2d-4edd-bf09-efec13d6b1e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:56,812 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:53:56,813 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72c2bfc-1833-4fe8-bbac-b3fc1eeadea6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72c2bfc-1833-4fe8-bbac-b3fc1eeadea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:57,874 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.050s 2022-09-02 09:53:57,875 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd48d18-9c4c-4910-80d1-9aca65a1650a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd48d18-9c4c-4910-80d1-9aca65a1650a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:58,929 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:53:58,929 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f477888-9c46-41e6-bd32-12b6a4a4da55', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f477888-9c46-41e6-bd32-12b6a4a4da55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:53:59,985 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:53:59,985 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e2f7281-1dc2-4e52-941c-3616705ac9ee', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e2f7281-1dc2-4e52-941c-3616705ac9ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:01,041 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:01,042 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7053f6d4-4c4f-4a6b-b22c-6bc5335ed8dc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7053f6d4-4c4f-4a6b-b22c-6bc5335ed8dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:02,097 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:02,097 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a4afa4e-b21c-4157-b9aa-5ed21304eb90', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a4afa4e-b21c-4157-b9aa-5ed21304eb90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:03,151 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:03,152 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-870a2227-bb7e-4ef9-b95b-70f65d52aaf3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-870a2227-bb7e-4ef9-b95b-70f65d52aaf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:04,207 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:04,207 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-891cb985-0f56-4b0c-a155-0919f9eb4a74', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-891cb985-0f56-4b0c-a155-0919f9eb4a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:05,262 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:05,262 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-374b3321-d194-4368-8534-03ee28dd11cd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-374b3321-d194-4368-8534-03ee28dd11cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:06,317 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:06,318 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2372e105-96aa-484d-993c-7f9d48e4115e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2372e105-96aa-484d-993c-7f9d48e4115e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:07,375 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:54:07,375 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02440e44-ebe3-4751-b33c-7efa7b2ea9a7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02440e44-ebe3-4751-b33c-7efa7b2ea9a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:08,430 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:08,430 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63a290d9-103c-4a8d-b74f-d4591b9dafeb', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63a290d9-103c-4a8d-b74f-d4591b9dafeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:09,486 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:09,487 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f89e8d-51f9-4178-8f59-6c90f0a6d2f1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f89e8d-51f9-4178-8f59-6c90f0a6d2f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:10,541 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:54:10,541 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c3ce6d2-2390-456d-9ab6-226fd442e2e5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c3ce6d2-2390-456d-9ab6-226fd442e2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:11,602 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.049s 2022-09-02 09:54:11,602 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7283fda-2014-4f3a-aaa0-fe3c0601973c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7283fda-2014-4f3a-aaa0-fe3c0601973c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:12,657 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:12,658 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5baf7c71-8a47-4e6c-ab0c-805d5058db53', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5baf7c71-8a47-4e6c-ab0c-805d5058db53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:13,713 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:13,713 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e251f2d-a43a-4d92-b418-acc8e5e563e3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e251f2d-a43a-4d92-b418-acc8e5e563e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:14,769 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:14,769 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29cb627e-28e8-486b-ac13-c68744d739a9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29cb627e-28e8-486b-ac13-c68744d739a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:15,825 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:15,825 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0d31bf-c95d-485d-bb14-f123963f9c5f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0d31bf-c95d-485d-bb14-f123963f9c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:16,882 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:54:16,883 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b086ccc5-7f47-4cdb-901e-97cedff90bcd', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b086ccc5-7f47-4cdb-901e-97cedff90bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:17,945 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.050s 2022-09-02 09:54:17,945 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-433e67b6-aac4-46a5-8d92-a1df2b3d4979', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-433e67b6-aac4-46a5-8d92-a1df2b3d4979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:19,002 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:54:19,003 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e5d0df-b95c-4129-ae7b-a45568e8d110', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e5d0df-b95c-4129-ae7b-a45568e8d110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:20,061 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:54:20,062 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58efc7e8-23c2-4d96-978f-0f3e86038f67', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58efc7e8-23c2-4d96-978f-0f3e86038f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:21,117 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:21,118 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f180c32-a73d-486d-b3b9-bdd801ff4ee6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f180c32-a73d-486d-b3b9-bdd801ff4ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:22,171 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:54:22,171 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68922ce7-60d7-4f34-be5c-e76fa5d333a9', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68922ce7-60d7-4f34-be5c-e76fa5d333a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:23,227 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:23,227 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f3a135-6f7b-49f1-93fc-4b6c0574fe28', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57f3a135-6f7b-49f1-93fc-4b6c0574fe28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:24,283 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:24,283 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a59eb0-cab3-4c77-afe1-eb8449d8b24a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a59eb0-cab3-4c77-afe1-eb8449d8b24a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:25,336 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:54:25,337 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-888e7cb2-1b37-4958-8dca-465d750fc59f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-888e7cb2-1b37-4958-8dca-465d750fc59f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:26,393 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:26,393 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37cb2606-45d6-416b-8e2a-9203d29e287d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37cb2606-45d6-416b-8e2a-9203d29e287d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:27,448 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:54:27,448 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a14ce4-2d56-4938-8637-49e5ec1b95da', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a14ce4-2d56-4938-8637-49e5ec1b95da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:28,503 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:28,503 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ddf5c08-6a2b-496e-a311-77887737d6f1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ddf5c08-6a2b-496e-a311-77887737d6f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:29,559 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:29,559 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f382bd6-eea6-410d-bb18-fe10d378e2f8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f382bd6-eea6-410d-bb18-fe10d378e2f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:30,616 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:54:30,617 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3aac772-aadf-4ce4-a481-b8fc5266d8a6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3aac772-aadf-4ce4-a481-b8fc5266d8a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:31,672 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:31,672 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7af47b80-f6fa-4e88-88da-b85880318347', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7af47b80-f6fa-4e88-88da-b85880318347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:32,728 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:32,729 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7033ac63-0532-4f99-8f87-83cf190d6c54', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7033ac63-0532-4f99-8f87-83cf190d6c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:33,784 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:33,785 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a521d1-8ae0-4249-a526-dc6d47dc3218', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a521d1-8ae0-4249-a526-dc6d47dc3218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:34,841 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:34,842 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf13af12-b5c4-4f1d-ae73-55c4d4bac3c0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf13af12-b5c4-4f1d-ae73-55c4d4bac3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:35,899 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:54:35,899 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8850bb47-00cf-41ef-bf07-bd0f1b49f267', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8850bb47-00cf-41ef-bf07-bd0f1b49f267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:36,957 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:54:36,957 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a59fda4-26d9-4064-bdc5-ece5ca60adef', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a59fda4-26d9-4064-bdc5-ece5ca60adef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:38,014 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:54:38,014 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f194c887-2ea3-4a60-9656-56442d11bb72', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f194c887-2ea3-4a60-9656-56442d11bb72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:39,070 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:39,070 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b37c339a-ebae-4e0c-87bf-a3cf13cc728a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b37c339a-ebae-4e0c-87bf-a3cf13cc728a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:40,133 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.051s 2022-09-02 09:54:40,134 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8b106ee-c019-419a-ac1c-5b221fff129d', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8b106ee-c019-419a-ac1c-5b221fff129d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:41,189 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:41,189 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1375496-2572-410b-ab87-49a1ec77f8cc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1375496-2572-410b-ab87-49a1ec77f8cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:42,245 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:42,245 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d10c67d6-5573-4e46-ab0a-5897cd1105f7', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d10c67d6-5573-4e46-ab0a-5897cd1105f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:43,304 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:54:43,304 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48bc6370-aeef-47a9-baf4-108fd5bc553a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48bc6370-aeef-47a9-baf4-108fd5bc553a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:44,360 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:44,360 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6372b02-fde1-4dee-a8cd-d3b77760fb11', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6372b02-fde1-4dee-a8cd-d3b77760fb11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:45,418 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:54:45,419 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a0ca2e-e302-404c-b5b5-23a5d707cc15', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a0ca2e-e302-404c-b5b5-23a5d707cc15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:46,474 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:46,474 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf22fe85-e383-4068-bfac-d3dd538de1a1', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf22fe85-e383-4068-bfac-d3dd538de1a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:47,530 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:54:47,531 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d127357-e7cb-48b2-9c7d-52914052be0a', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d127357-e7cb-48b2-9c7d-52914052be0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:48,589 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:54:48,589 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f073a4-4f50-479a-a412-e89a714c0a75', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f073a4-4f50-479a-a412-e89a714c0a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:49,649 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:54:49,649 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df566389-49c5-447a-aa5f-b213b86aabec', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df566389-49c5-447a-aa5f-b213b86aabec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:50,703 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:54:50,703 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42862dbf-f049-4f78-b265-afaa912abfae', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42862dbf-f049-4f78-b265-afaa912abfae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:51,758 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:51,758 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad456149-b11b-47ce-aa01-ea65ba8de0cf', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad456149-b11b-47ce-aa01-ea65ba8de0cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:52,814 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:52,814 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0ef7dcf-ddc8-43f5-9f3a-4d9ab2e6a35c', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0ef7dcf-ddc8-43f5-9f3a-4d9ab2e6a35c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:53,871 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:54:53,872 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eecca896-c53d-48a3-805c-b430cf2b8f04', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eecca896-c53d-48a3-805c-b430cf2b8f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:54,930 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:54:54,930 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-048d63cd-9d00-4e14-b64a-b0917304f975', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-048d63cd-9d00-4e14-b64a-b0917304f975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:55,986 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:54:55,987 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac157c9-202f-4721-98b2-1100154ff3fe', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac157c9-202f-4721-98b2-1100154ff3fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:57,050 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.052s 2022-09-02 09:54:57,051 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd454f4-c084-4872-98e2-592dcb972e59', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd454f4-c084-4872-98e2-592dcb972e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:58,106 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:54:58,106 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e846ab-3990-4128-ba11-028cddd30011', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e846ab-3990-4128-ba11-028cddd30011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:54:59,160 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:54:59,161 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0660e57-5cd7-4b0d-93dc-0e1fbce519c0', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0660e57-5cd7-4b0d-93dc-0e1fbce519c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:00,215 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:55:00,216 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599c8673-9d63-4754-a8a0-1b0ac92719db', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599c8673-9d63-4754-a8a0-1b0ac92719db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:01,272 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:55:01,272 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f6db06d-f956-4c28-845a-9453443d9886', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f6db06d-f956-4c28-845a-9453443d9886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:02,328 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:55:02,328 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-556bd213-9abd-4b3b-a0a8-35b277e12dc6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-556bd213-9abd-4b3b-a0a8-35b277e12dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:03,383 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:55:03,383 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36fb2159-6bcb-4c63-9a6d-11a61fe93d49', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36fb2159-6bcb-4c63-9a6d-11a61fe93d49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:04,442 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.047s 2022-09-02 09:55:04,443 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee71c17-c1fd-4166-a200-b3305daf3276', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee71c17-c1fd-4166-a200-b3305daf3276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:05,499 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:55:05,500 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38243dd6-a308-4872-918a-31e50d8459e5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38243dd6-a308-4872-918a-31e50d8459e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:06,557 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:55:06,557 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67e299b-b839-44d2-9865-b0f4471d88db', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67e299b-b839-44d2-9865-b0f4471d88db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:07,615 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:55:07,616 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f15b3863-1d70-4632-8f39-0d37e461f22b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f15b3863-1d70-4632-8f39-0d37e461f22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:08,681 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.053s 2022-09-02 09:55:08,681 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa629c2e-5eea-4aa9-84b2-76df6a6c1b8f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa629c2e-5eea-4aa9-84b2-76df6a6c1b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:09,738 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.045s 2022-09-02 09:55:09,739 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f90553-de9c-4b25-a484-c491f7f51fb6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9f90553-de9c-4b25-a484-c491f7f51fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:10,793 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.043s 2022-09-02 09:55:10,794 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84f7a2a7-132d-453d-a10f-8f425fe7743b', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84f7a2a7-132d-453d-a10f-8f425fe7743b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:11,848 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.042s 2022-09-02 09:55:11,848 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feda5fee-738a-45e1-b1e6-b936455c41aa', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feda5fee-738a-45e1-b1e6-b936455c41aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:12,905 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:55:12,910 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64028e03-f89c-4eac-a3ef-d9d62c32f245', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64028e03-f89c-4eac-a3ef-d9d62c32f245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:13,966 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:55:13,967 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc8c046b-6a14-410c-a6c2-b78c72e7c6f8', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc8c046b-6a14-410c-a6c2-b78c72e7c6f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:15,063 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.084s 2022-09-02 09:55:15,063 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97da0775-a983-4571-9b7b-fb5a2b497d7e', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97da0775-a983-4571-9b7b-fb5a2b497d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:16,121 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.046s 2022-09-02 09:55:16,121 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88b9748-8836-4e48-8783-b60e199ee5c3', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88b9748-8836-4e48-8783-b60e199ee5c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:17,178 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f 0.044s 2022-09-02 09:55:17,179 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1172a928-9888-42f8-8eb5-1a0dc0383d51', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1172a928-9888-42f8-8eb5-1a0dc0383d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f'} Body: b'{"volume": {"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-02T09:34:53.000000", "updated_at": "2022-09-02T09:36:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1192850103", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.57/volume/v3/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}, {"rel": "bookmark", "href": "http://10.222.0.57/volume/2c5938d62e2d40969d096b66e14edd75/volumes/7faac35b-b8fc-40cf-b908-62121a22e39f"}], "user_id": "d935a4a30e4d44e0a392596452a5c1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "attachment_id": "d53c2a47-f114-4050-9bb3-8187564bbb23", "volume_id": "7faac35b-b8fc-40cf-b908-62121a22e39f", "server_id": "99c278bb-a399-4a52-bb7a-6d1782711406", "host_name": null, "device": "/dev/sda", "attached_at": "2022-09-02T09:36:08.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "5629e487-43fb-4fae-9f63-5bd7dca44758", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2c5938d62e2d40969d096b66e14edd75"}}' 2022-09-02 09:55:17,454 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.57:9696/networking/v2.0/security-groups/e1d95c51-d9f8-4c0e-9475-91eb005b5ae9 0.264s 2022-09-02 09:55:17,455 128291 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-8c3e1489-3924-40a1-b080-ebd75f05fa8e', 'content-length': '0', 'date': 'Fri, 02 Sep 2022 09:55:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.57:9696/networking/v2.0/security-groups/e1d95c51-d9f8-4c0e-9475-91eb005b5ae9'} Body: b'' 2022-09-02 09:55:18,575 128291 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.57/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-199031911 1.120s 2022-09-02 09:55:18,576 128291 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 02 Sep 2022 09:55:17 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-b6b7304a-35c4-4228-b10a-59df863b15fa', 'x-compute-request-id': 'req-b6b7304a-35c4-4228-b10a-59df863b15fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.57/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-199031911'} 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 145, 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 831, 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, awaiting a transfer, 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 937, in wait_for_resource_deletion raise exceptions.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume 7faac35b-b8fc-40cf-b908-62121a22e39f within the required time (360 s). Timer started at 1662112157. Timer ended at 1662112517. Waited for 360 s. }}} 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 88, in test_volume_boot_pattern self._delete_server(instance_1st) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 36, in _delete_server waiters.wait_for_server_termination(self.servers_client, server['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt10.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
pt11.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
pt12.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
pt13.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt14.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
VolumesBackupsTest) |
skip
pt14.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt15.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
pt16.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.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt17.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt17.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
||||||
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
pt18.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
pt18.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
pt18.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
pt19.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
pt20.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
pt21.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
pt21.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
pt21.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
pt21.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
pt21.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
pt21.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt23.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
pt23.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 | 2 | 0 | 0 | 0 | 2 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt24.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
test_extend_attached_encrypted_volume_luksv2[compute,id-381a2a3a-b2f4-4631-a910-720881f2cc2f] |
skip
pt24.2: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2[compute,id-381a2a3a-b2f4-4631-a910-720881f2cc2f] |
||||||
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
pt25.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
pt25.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
pt25.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt26.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
pt27.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt28.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt28.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
||||||
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
pt29.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
pt29.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
pt30.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
pt31.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
pt32.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
pt32.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
pt32.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
pt32.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
pt32.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
pt32.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
pt32.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
pt33.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
pt33.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
pt33.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
pt33.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
pt33.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
pt33.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
pt34.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
pt34.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
pt35.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
pt36.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
pt36.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
pt37.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
pt37.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
pt38.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
pt38.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
pt38.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
pt38.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
pt38.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
pt38.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
pt38.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
pt39.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
pt39.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
pt39.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
pt40.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
pt41.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
pt41.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
pt41.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
pt41.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
pt41.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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
pt43.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
pt43.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
pt44.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
pt44.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt46.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
pt46.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
pt46.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt50.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt51.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
pt52.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
pt53.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
||||||
tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt54.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt54.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
||||||
tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt55.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
pt55.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt60.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt60.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt61.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt61.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
||||||
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_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt70.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
||||||
Total | 226 | 207 | 9 | 0 | 10 |